# Reference

- [CLI](https://docs.rocketblend.io/reference/cli.md): Learn more about the CLI tool
- [Commands](https://docs.rocketblend.io/reference/cli/commands.md): Here you’ll find the list of CLI commands for Rocketblend, with help info on their usage.
- [Rocketblend](https://docs.rocketblend.io/reference/cli/commands/commands.md): An improved command-line interface for Blender.
- [New](https://docs.rocketblend.io/reference/cli/commands/open.md): Creating a new project
- [Install](https://docs.rocketblend.io/reference/cli/commands/install.md): Adding dependencies
- [Uninstall](https://docs.rocketblend.io/reference/cli/commands/uninstall.md): Removing Dependencies
- [Run](https://docs.rocketblend.io/reference/cli/commands/run.md): Running a project
- [Render](https://docs.rocketblend.io/reference/cli/commands/render.md): Rendering a project
- [Resolve](https://docs.rocketblend.io/reference/cli/commands/resolve.md): Resolving project information
- [Insert](https://docs.rocketblend.io/reference/cli/commands/insert.md): Add a local package directly into your library
- [Describe](https://docs.rocketblend.io/reference/cli/commands/get.md): Describing a package
- [Config](https://docs.rocketblend.io/reference/cli/commands/init.md): Managing configuration
- [Completion](https://docs.rocketblend.io/reference/cli/commands/completion.md): Generate autocompletion scripts for the specified shell
- [Configuration](https://docs.rocketblend.io/reference/cli/configuration.md): Customising RocketBlend


---

# 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.rocketblend.io/reference.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.
