# Fleet Repository Management

**Steps to Set Up the Fleet Repository**

1. Navigate to the Settings.
2. Click on the **Admin Settings** tab at the top of the view.
3. In the **Admin Settings**, locate the **Repository Management** section in the list to the left.
4. Utilize the **Fleet Repository** input field to set the credentials string used to access the repository.
5. Click the **Set Repo** button to store your repository settings.

<figure><img src="/files/zuVRc3psQov5YiAt9QJb" alt=""><figcaption><p>Repository Management</p></figcaption></figure>

This view also displays the most recent import information for the various data types Fleet will import from the git repository.

The Public and built-in fleet repository is hosted at <https://github.com/ApicaSystem/fleet-management-defaults>. You can fork the repository and customize as needed. Once done, please update the Fleet Repository URL under Settings and Repository Management to point to this git repository. You can now manage your configs via Git.


---

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