> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trynito.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Status and Account

> Read your status card, check free usage, sign in and out, and recover when tools do not load in a chat.

`status` shows your plan, your usage, and how you are connected. `login`, `logout`, and `signup` manage the account behind it.

## Status

<Tabs>
  <Tab title="Claude Code">
    ```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    /nito:status
    ```
  </Tab>

  <Tab title="Codex">
    ```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    $nito:status
    ```
  </Tab>
</Tabs>

The status card shows your signed-in profile, the gateway environment, how you authenticated, your plan, and your usage, including any free-allowance notices. It is the quickest confirmation that you are connected and which plan you are on.

For what the free allowance includes and when it resets, see [Free Usage](/plans/free-usage).

## Sign In and Out

<Tabs>
  <Tab title="Claude Code">
    ```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    /nito:login
    /nito:logout
    /nito:signup
    ```
  </Tab>

  <Tab title="Codex">
    ```text theme={"theme":{"light":"github-light","dark":"github-dark"},"languages":{"custom":["typescript","python","curl"]}}
    $nito:login
    $nito:logout
    $nito:signup
    ```
  </Tab>
</Tabs>

* **`login`** authorizes the plugin's connection to Nito.
* **`logout`** signs you out.
* **`signup`** starts creating a Nito account.

## When Tools Do Not Load in a Chat

If a Nito command reports that Nito is not connected, the plugin shows a **specific recovery action** instead of failing silently or quietly using the wrong credential. Complete the step it names, then **re-run your original command once**. The plugin does not automatically replay a request that may be billable, so the retry is always yours to make.

<Note>
  Nito never asks for your credentials inside a chat. Sign-in happens in your browser.
</Note>

## Next

For how the free allowance works, see [Free Usage](/plans/free-usage). For what a paid plan includes, see [What Paid Unlocks](/plans/what-paid-unlocks).
