> For the complete documentation index, see [llms.txt](https://docs.biodock.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biodock.ai/~/revisions/p7ymXsvCfFKfKgE1SN6X/user/usage-limits-and-team.md).

# Usage limits and team

Biodock's platform comes with analysis and storage usage limits based on the file size of the images that are stored or analyzed on your user account.

### Viewing your usage limits

In order to view your analysis and storage limits, click your name card in the top right of the screen.  This will open up a sidebar that includes information about your organization and plan, as well as dials that show how much capacity you have.

### How your storage limits are computed

#### Storage limit

Storage limits are computed based on the cumulative total images that you have in your files.  This means that deleting files frees up your storage space.  We do not yet add your result data size to your storage, but some result data will eventually count towards your storage space.

We never count user data, logs, or files that we compute for viewing to your storage limits.

### Analysis and training limits

If you have a filesize based analysis limit:

{% content-ref url="/pages/UH4c8NbOCMDpqJIBk4v4" %}
[Filesize based limits](/~/revisions/p7ymXsvCfFKfKgE1SN6X/user/usage-limits-and-team/filesize-based-limits.md)
{% endcontent-ref %}

If you have a run credits based analysis limit:

{% content-ref url="/pages/kVt2KxoOqMZcwjpONGpN" %}
[Run credits limits](/~/revisions/p7ymXsvCfFKfKgE1SN6X/user/usage-limits-and-team/run-credits-limits.md)
{% endcontent-ref %}

## Team

{% hint style="info" %}
Looking to add a member to an AI project?  Add them from Project Settings instead.&#x20;
{% endhint %}

Navigate to **Team** by clicking **Settings** from the main sidebar.

Adding team members shares your usage with one group.  Additionally, your team members will be autosuggested underneath project team invites and file sharing.


---

# 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.biodock.ai/~/revisions/p7ymXsvCfFKfKgE1SN6X/user/usage-limits-and-team.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.
