> For the complete documentation index, see [llms.txt](https://docs.portainer.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.portainer.io/sts/user/app-delivery/sources.md).

# Sources

The GitOps Sources screen provides a central place to view and manage all external sources connected to your Portainer instance, including Git repositories, registries, and GitOps-created authentication tokens.&#x20;

Sources is a read-only view - to create or edit a GitOps configuration, use the [Docker Stacks](/sts/user/docker/stacks/add.md#option-3-git-repository), [Kubernetes Applications](/sts/user/kubernetes/applications/manifest/create.md#repository), or [Edge Stacks](/sts/user/edge/stacks/add.md) views.

{% hint style="info" %}
Supporting resources such as Service Accounts, ConfigMaps, and Secrets deployed via Create from code are not included in the Sources view.
{% endhint %}

To view your GitOps sources, select **Sources** from the left-hand menu.

<figure><img src="/files/3az59QAmiaZYzyh4H9Na" alt=""><figcaption></figcaption></figure>

From this view, you can monitor the connectivity status of each source, manage credentials, and maintain consistency across the platform, without needing to navigate between multiple configuration screens.

Each source displays its current connectivity status, calculated at the time of the last connection attempt, whether triggered manually or via an automated GitOps polling workflow. If a credential expires or a network change blocks access, the status updates to reflect this. It also displays the source URL, the number of workflows and environments the source is connected to, and the time of the last sync.&#x20;

<figure><img src="/files/1PrVW42B4RNx8JH0OWgG" alt=""><figcaption></figcaption></figure>

### View a source

Click a source to view its details. The **Settings** tab shows:

* The **Connection Details**, including the repository URL, branch, and source type.
* The **Authentication** method configured for the source.
* Any **Change Detection** settings.
* The **Sync Status** including the time of the last sync.

<figure><img src="/files/7ya1BM0CPTCBI8ictXxg" alt=""><figcaption></figcaption></figure>

The **Workflows** tab lists any [workflows](/sts/user/app-delivery/workflows.md) using this source.

<figure><img src="/files/47894NrggwYKi4J8gh4v" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.portainer.io/sts/user/app-delivery/sources.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
