# Clients

Different clients are created based on different datasets(date format, language e.t.c), where the core functionality of the website remains the same but some minor changes occur based on the region or date/time format.‌

**Example:** Netflix has a huge library and is a global website, but its website differs from region to region it could be in different language and with different library. Here we can create multiple clients based on the region.​

![](https://gblobscdn.gitbook.com/assets%2F-MgdWk21zETVSCGfZEts%2F-MgeY073h3QAGT7rR4Yo%2F-MgebUAtQ0dPzDO-puXh%2Fclients%20\(1\).png?alt=media\&token=97917d71-1a01-4b11-ae23-998944ba75bc)

​


---

# 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.qatts.com/v-3.0/administration/clients.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.
