> For the complete documentation index, see [llms.txt](https://legacy-docs.usesmileid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.usesmileid.com/further-reading/faqs/how-do-i-integrate-smile-id-in-other-countries-or-query-other-id-types.md).

# How do I integrate Smile ID in other countries or query other ID types?

You do not need a separate integration to add other Smile ID supported ID types or countries you're interested in expanding to. To query other Smile ID supported ID types or countries:

1. Change in the request payload the `country` and `id_type` to the country and id type of interest
2. Include other required inputs for that id type
3. Send your job to Smile ID

You can find the list of all our supported id types and countries in the [Supported ID Types](/supported-id-types/for-individuals-kyc/backed-by-id-authority.md) section of the documentation.

However, if you're using any of our products that doesn't require ID authority support e.g. [Document Verification](/products/for-individuals-kyc/document-verification.md) or [SmartSelfie™ Authentication](/products/for-individuals-kyc/biometric-authentication.md) but you're now interested in other products that require ID authority support. [Choose an integration option](/getting-started/choose-an-integration-option.md) and follow the integration instructions for your product of interest.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://legacy-docs.usesmileid.com/further-reading/faqs/how-do-i-integrate-smile-id-in-other-countries-or-query-other-id-types.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
