# Configuration

One can configure the tools, tags, upload images, and more from the settings. Initially, we need to provide the task information, where we can select the task type. One can configure the tools, tags, upload images, and more from the configuration. Below are the tabs that reflects the configuration tabs.

{% tabs %}
{% tab title="Task Info" %}
&#x20;Initially, we need to provide the task information, where we can select the task type.

<figure><img src="/files/vOTPT75xM7P2YvmYvjJJ" alt=""><figcaption><p>Setup Configuration</p></figcaption></figure>

The *dark* and *light* mode can be configured from here.
{% endtab %}

{% tab title="Configuration" %}
In configuration tab  we provide the tools, labels, and region types information.  This will be used while doing annotation and can be modified at any points.

<figure><img src="/files/thSlcoOzHM3gJdAp6Tw3" alt=""><figcaption><p>Configuration Setting</p></figcaption></figure>

After filling these information, we are allowed to go to next tab.&#x20;
{% endtab %}

{% tab title="Image" %}
In this tab, we upload images. Currently, only two image of <mark style="color:blue;">.jpg</mark>, <mark style="color:blue;">.jpeg</mark> and <mark style="color:blue;">.png</mark> extensions are allowed. After providing the information, user can navigation to annotation section. By default 500 images can be uploaded once but these numbers can be [customized](/overview/customization.md#configurable-parameters-in-client).

<figure><img src="/files/dg9Li1PAMgUnVrU5YFKR" alt=""><figcaption><p>Image Upload</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://annotate-docs.dwaste.live/fundamentals/set-up-and-run/configuration.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.
