# Project Robbie

## Robbie

- [Welcome](https://docs.robbie.run/getting-started/welcome.md)
- [Running your first Job](https://docs.robbie.run/getting-started/running-your-first-job.md)
- [Remote function - Jupyter Notebook](https://docs.robbie.run/getting-started/remote-function-jupyter-notebook.md)
- [Notebook Runner](https://docs.robbie.run/getting-started/notebook-runner.md)
- [Command Runner](https://docs.robbie.run/getting-started/command-runner.md)
- [Introduction](https://docs.robbie.run/robbie-concepts/introduction.md)
- [User](https://docs.robbie.run/robbie-concepts/user.md)
- [Run](https://docs.robbie.run/robbie-concepts/run.md)
- [Token](https://docs.robbie.run/robbie-concepts/token.md)
- [Group (aka Team)](https://docs.robbie.run/robbie-concepts/group-aka-team.md)
- [Environments](https://docs.robbie.run/robbie-concepts/environments.md)
- [Workspace](https://docs.robbie.run/robbie-concepts/workspace.md)
- [Dependencies](https://docs.robbie.run/robbie-concepts/dependencies.md)
- [Job Configuration File](https://docs.robbie.run/robbie-concepts/job-configuration-file.md)
- [Robbie Persistent Disk](https://docs.robbie.run/robbie-concepts/robbie-persistent-disk.md)
- [Overview](https://docs.robbie.run/robbie-portal/overview.md)
- [Main Menu and Navigation](https://docs.robbie.run/robbie-portal/main-menu-and-navigation.md)
- [My Profile](https://docs.robbie.run/robbie-portal/my-profile.md)
- [My Resources](https://docs.robbie.run/robbie-portal/my-resources.md)
- [Runs](https://docs.robbie.run/robbie-portal/runs.md)
- [Overview](https://docs.robbie.run/running-your-experiments-on-robbie/overview.md)
- [Command Runner](https://docs.robbie.run/running-your-experiments-on-robbie/command-runner.md)
- [Jupyter Notebooks](https://docs.robbie.run/running-your-experiments-on-robbie/jupyter-notebooks.md)
- [Robbie Python Remote Functions](https://docs.robbie.run/running-your-experiments-on-robbie/robbie-python-remote-functions.md)
- [Robbie Magics](https://docs.robbie.run/running-your-experiments-on-robbie/robbie-magics.md)
- [Robbie Notebook Runner](https://docs.robbie.run/running-your-experiments-on-robbie/robbie-notebook-runner.md)
- [Matplotlib Support](https://docs.robbie.run/running-your-experiments-on-robbie/matplotlib-support.md)
- [Funding Group, Environment, and Images](https://docs.robbie.run/running-your-experiments-on-robbie/funding-group-environment-and-images.md)
- [robbie login](https://docs.robbie.run/robbie-command-line-reference/robbie-login.md)
- [robbie config](https://docs.robbie.run/robbie-command-line-reference/robbie-config.md)
- [robbie run](https://docs.robbie.run/robbie-command-line-reference/robbie-run.md)
- [Architecture](https://docs.robbie.run/how-it-works/architecture.md)
- [Robbie Control Plane](https://docs.robbie.run/how-it-works/robbie-control-plane.md)
- [Remote Machine Runtime](https://docs.robbie.run/how-it-works/remote-machine-runtime.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.robbie.run/getting-started/welcome.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.
