# Сluster URL structure

### Cluster URL structure:﻿﻿

﻿[﻿](https://k1.traces.cloud/api/v1/searchByImage)<https://k111.traces.cloud/api/v1/searchByImage>

| Name          | Mandatory | Info                                                |
| ------------- | --------- | --------------------------------------------------- |
| k111          |           | name of your cluster                                |
| traces.cloud  |           | Traces domain name with top-level domain            |
| v1            |           | a version of your API                               |
| searchByImage |           | API endpoint name                                   |
| doc           |           | documentation customized to your version of the API |

{% hint style="info" %}

### traces.cloud VS traces.ai

<https://traces.cloud> is the only root domain utilized to serve Traces APIs. <https://www.traces.ai> is a corporate root domain of Traces Inc. and it can not be used interchangeably with traces.cloud
{% endhint %}


---

# 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.traces.cloud/sluster-url-structure.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.
