# Fleet Config Repository

The Fleet git repository allows users to add and configure fleet resources. Apica's Fleet control plane polls an assigned repository every few minutes to check for updates. Different fleet resource types are fetched separately and synced if there is an update. The check is done by keeping track of the commit hash.&#x20;

The following resources can be added and configured in Apica's Fleet Management git repository:

1. Agent Types
2. Agent's Installation Procedure - under Packages
3. Configuration files.

By default, Apica comes with a pre-built [GitHub Repository](https://github.com/ApicaSystem/fleet-management-defaults) that is linked to the environment. This has support for all the supported Agent Types, their installation package, and configuration files for all agent types.


---

# 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/fleet-config-repository.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.
