# 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](/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](/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: 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.biodock.ai/user/usage-limits-and-team.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.
