# Configurations

Fleet makes it easy to manage your agent configurations all in one place. With Fleet, you can import or create configuration files for your agents using the intuitive UI.

You can also manage configurations using a git repository, and Fleet can import all of your configurations from that repository. Updating configurations and deploying them to assigned agents can be as simple as a git push.

**Configurations:**

Users can filter the contents of the Configurations tab by name and agent types.

Select any configuration to view its content or update them. To delete a configuration, choose Actions and select the Delete option.&#x20;

<figure><img src="/files/sQptMR4wSGBpLisydPSA" alt=""><figcaption><p>Configurations List</p></figcaption></figure>

**Create new configuration:**

To create a new configuration, click on the **Create Configuration** button, a popup will appear. &#x20;

You can upload a local file or paste the configuration in the code block. Fill in the rest of the form and select **Create**.  Once the configuration file is imported, it will be displayed on the configurations list.&#x20;

<figure><img src="/files/oZGP1NmR7rSrp3AbCeJF" alt=""><figcaption><p>Create configuration</p></figcaption></figure>

#### **Update Configuration:**

To update select any configuration that you want to update, the update configurations popup will show. You can update the configuration and click on the Update button. &#x20;

<figure><img src="/files/3lIIQN6ZHkFlYkctb7Lk" alt=""><figcaption><p>Update configuration</p></figcaption></figure>


---

# 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.apica.io/fleet-management/configurations.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.
