# FAQ

<details>

<summary>What does 'restrictive' or 'extended' mean?</summary>

See [Restrictive vs Extended](/basic-concepts/restrictive-vs-extended.md).

</details>

<details>

<summary>What is a 'Regional Domain'?</summary>

We offer regional subdomains of MRS in Google Cloud Platform, so that our customers can use MRS in the GCP data center closest to them. This means that they can experience the lowest latency possible. For example, we offer a subdomain in Germany for our customers near Germany, and a subdomain in Singapore for our customers near Singapore.

</details>

<details>

<summary>What is an 'API Key'?</summary>

We will supply you with an API key to authorise your MRS requests, which is a long string of letters and numbers. You send it as a header with every request you make - see [Quick Start](/implementation-guides/quick-start.md).  We strongly recommend you store this securely as we cannot retrieve it for you.

</details>


---

# 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://devs.snowdropsolutions.co.uk/faq.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.
