---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.2
alternate:
  - https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/view-quotas.md
  - https://sourcecraft.dev/portal/docs/ru/sourcecraft/operations/view-quotas.md
  - href: en/sourcecraft/operations/view-quotas.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://sourcecraft.dev/portal/docs/en/llms.txt

# Viewing quotas in SourceCraft

SourceCraft quotas are organizational constraints that can be changed by Yandex Cloud [support](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/limits.md#quotas) upon request.

To view quota usage and values:

{% list tabs group=instructions %}

- SourceCraft UI {#console}

  1. Open the SourceCraft [home page](https://sourcecraft.dev).
  1. On the ![image](../../_assets/console-icons/house.svg) **Home** tab, navigate to ![image](../../_assets/console-icons/gear.svg) **Settings** → ![image](../../_assets/console-icons/chart-donut.svg) **Quotas**.
  1. Expand the ![image](../../_assets/console-icons/arrows-3-rotate-right.svg) **CI/CD** and ![image](../../_assets/console-icons/archive.svg) **Git** sections on the **Usage quotas** page.

      The **Usage** column shows quotas in the `quota usage / quota value` format, e.g., `110 / 60000`.

  You can also use the search bar to find a quota by its name.

  To display **Actively used** or **Almost exhausted** quotas, select the filter you need to the right of the search bar.

- CLI {#cli}

  <!-- source: en/_includes/src-cli-install.md -->
  If you do not have the SourceCraft CLI yet, [install and configure it](https://sourcecraft.dev/portal/docs/en/sourcecraft/operations/cli-quickstart.md).
  <!-- endsource: en/_includes/src-cli-install.md -->

  In the terminal, run this command:

  ```bash
  src quota
  ```

  To display the list of [limits](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/limits.md#limits) as well, use the `--limits` flag.

  For more information about this command, see the [CLI reference](https://sourcecraft.dev/portal/docs/en/cli-ref/src-quota.md).

{% endlist %}

#### Useful links {#see-also}

[SourceCraft quotas and limits](https://sourcecraft.dev/portal/docs/en/sourcecraft/concepts/limits.md)
