# CERBY CLI

- [Explore the Cerby CLI](https://help.cerby.com/developer-tools/cerby-cli/explore-the-cerby-cli.md): This article describes the Cerby CLI capabilities that enable you to interact with your items through your command line.
- [Install the Cerby CLI](https://help.cerby.com/developer-tools/cerby-cli/install-the-cerby-cli.md): This article describes how you can obtain the executable files for Windows, MacOS, and Linux to install the Cerby CLI.
- [Authenticate with the Cerby CLI](https://help.cerby.com/developer-tools/cerby-cli/authenticate-with-the-cerby-cli.md): This article describes how you can log in to the Cerby platform with the Cerby CLI to start using its available commands.
- [Set up the Cerby CLI as a trusted device](https://help.cerby.com/developer-tools/cerby-cli/set-up-the-cerby-cli-as-a-trusted-device.md): This article describes how to set up a trusted device using the Cerby CLI commands.
- [Use the Cerby CLI](https://help.cerby.com/developer-tools/cerby-cli/use-the-cerby-cli.md): This article describes the Cerby CLI commands, explaining their purpose and usage.
- [Interpret and customize the Cerby CLI output data](https://help.cerby.com/developer-tools/cerby-cli/interpret-and-customize-the-cerby-cli-output-data.md): This article describes how the Cerby CLI outputs the results of your commands and how to customize this output.


---

# 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://help.cerby.com/developer-tools/cerby-cli.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.
