> For the complete documentation index, see [llms.txt](https://argos-ci.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://argos-ci.com/docs/learn/billing-and-subscription/subscription/usage-monitoring.md).

# Usage monitoring

Effortlessly track your monthly usage with Argos. Access your team's usage details in just a few clicks, ensuring transparency and informed decision-making.

Here's how you can access your team usage details:

1. From the dashboard, select your team from the scope selector
2. Select the **Settings** tab and go to the **Billing** section

![Plan card](/files/be6a20226326a6f90c90ad27aa4ad2b5011f5ecf)

**Understanding consumption metrics**

**Private project**

The number of screenshots taken from private projects. These screenshots count towards your consumption limit and are subject to charges.

**Public project**

The number of screenshots generated from open-source projects.

### What happens if I exceed my plan's capacity?

When you're nearing the limit of your current plan, Argos will alert you accordingly.

Should you exceed your plan's limit, the ability to upload additional screenshots to Argos will be temporarily halted until the start of the next billing period.

#### Hobby Plan

If your usage demands on the Hobby Plan exceed the limit, consider transitioning to a Team Plan. You can easily transfer your project to a newly created team.

#### Limited Pro Plan

In case you surpass the threshold of your Limited Pro Plan, you'll need to [upgrade your plan](https://github.com/marketplace/argos-ci) to continue uploading screenshots seamlessly.


---

# 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://argos-ci.com/docs/learn/billing-and-subscription/subscription/usage-monitoring.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.
