# Troubleshooting

{% hint style="info" %}
If you have a problem that you don't see here, please contact us!&#x20;
{% endhint %}

<details>

<summary>Error: Couldn't resolve host name</summary>

Does your code call the Snowdrop MRS domain name we supplied you? If you used the example code in the quickstart, it does not contain a valid domain. You should replace the `regional-snowdrop-domain-goes-here.com` in your code.

</details>

<details>

<summary>401 Error: Invalid apiKey</summary>

You must specify the `X-Api-Key` value in the Headers, as in the [Quick Start](/implementation-guides/quick-start.md) guide. Make sure your code has the API Key that Snowdrop supplied you. If you do not have an API key, please contact us.

</details>

<details>

<summary>404 Error: Not Found</summary>

Are you sure you have specified the full URL correctly? It is easy to miss out components of the URL. Make sure you contain the /api/v3/ part.\
It should read: <https://regional-domain-goes-here.co&#x6D;**/api/v3/**&#x6D;erchant?merchant\\_name=mcdonalds\\&type=extended\\&location=london\\&country=GBR\\>
or \
<https://regional-domain-goes-here.co&#x6D;**/api/v3/**&#x6D;erchant/list>

</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/troubleshooting.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.
