# Verify foreign keys

{% hint style="info" %}
**Coming Soon**

Syntho's improved subsetting feature will be re-introduced in the platform soon.
{% endhint %}

To ensure successful subsetting, it is important that the foreign keys in your source database are correctly configured. These foreign keys may be established within the source database.

In cases where foreign keys are absent from your source database, [foreign keys can be added manually](/configure-a-data-generation-job/manage-foreign-keys/add-virtual-foreign-keys.md) using the Syntho platform.

Syntho relies on properly configured foreign keys to navigate relationships and select the required rows from other tables, ensuring referential integrity in the generated subset.

Circular dependencies may occasionally arise in foreign key relationships, and information on how Syntho handles such cases can be found by referring to [What is subsetting](/subsetting/what-is-subsetting.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.syntho.ai/subsetting/verify-foreign-keys.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
