# Command Line Interface (CLI)

- [Using the CLI](https://docs.roboflow.com/developer/command-line-interface/using-the-cli.md)
- [Install and Set Up the CLI](https://docs.roboflow.com/developer/command-line-interface/install-and-set-up-the-cli.md)
- [List Workspaces and Projects](https://docs.roboflow.com/developer/command-line-interface/list-workspaces-and-projects.md)
- [Create a Project](https://docs.roboflow.com/developer/command-line-interface/create-a-project.md)
- [Upload a Dataset](https://docs.roboflow.com/developer/command-line-interface/upload-a-dataset.md)
- [Download a Dataset](https://docs.roboflow.com/developer/command-line-interface/download-a-dataset.md)
- [Manage Versions](https://docs.roboflow.com/developer/command-line-interface/manage-versions.md)
- [Manage Trash](https://docs.roboflow.com/developer/command-line-interface/manage-trash.md)
- [Run a Model on an Image](https://docs.roboflow.com/developer/command-line-interface/run-a-model-on-an-image.md)
- [Train a Model](https://docs.roboflow.com/developer/command-line-interface/train-a-model.md)
- [Search Images](https://docs.roboflow.com/developer/command-line-interface/search-images.md)
- [Manage Deployments](https://docs.roboflow.com/developer/command-line-interface/manage-deployments.md)
- [Manage Folders](https://docs.roboflow.com/developer/command-line-interface/manage-folders.md)
- [Manage Annotation Workflow](https://docs.roboflow.com/developer/command-line-interface/manage-annotation-workflow.md)
- [Manage Workflows](https://docs.roboflow.com/developer/command-line-interface/manage-workflows.md)
- [Universe Search](https://docs.roboflow.com/developer/command-line-interface/universe-search.md)


---

# 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.roboflow.com/developer/command-line-interface.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.
