# Config Folder Files

In the process extension develpoment, you will find a config folder. It contains three important files, each of these files has different work.

**Autoload file:-** This loads the **CSS/JS/Helper** dependencies into extension.

{% content-ref url="/pages/Xai3N6b7Vu4vLn3dZHpL" %}
[Autoload File](/build-an-extension/config-folder-files/autoload-file.md)
{% endcontent-ref %}

**Config file:-** This loads the **config** details of the extension.

{% content-ref url="/pages/e6h84XsWFnZjkMZxsmmQ" %}
[Config File](/build-an-extension/config-folder-files/config-file.md)
{% endcontent-ref %}

**Route file:-** This manages the **route** of the extension.

{% content-ref url="/pages/yhpt0btO5TTeGGv3Sv90" %}
[Route File](/build-an-extension/config-folder-files/route-file.md)
{% endcontent-ref %}


---

# 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.minical.io/build-an-extension/config-folder-files.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.
