> For the complete documentation index, see [llms.txt](https://docs.hello-robot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hello-robot.com/stretch4_install/readme.md).

# README

The stretch4\_install repository provides scripts required to install the Stretch 4 software.

### Guides

| Guide                                                                      | Purpose                                                                                    |
| -------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [Adding a New User](/stretch4_install/docs/add_new_user.md)                | Creating a new Ubuntu user and setting it up with Stretch packages and robot configuration |
| [Updating your ROS Workspace](/stretch4_install/docs/ros_workspace.md)     | Creating and compiling a new ROS workspace                                                 |
| [Upgrading your Operating System](/stretch4_install/docs/robot_install.md) | Installing a new operating system and setting it up with the full Stretch software stack   |

### Contributing

Thank you for considering contributing to this repo! Please take a look at the [contribution guide](/stretch4_install/docs/contributing.md) for more details.

### License

All Hello Robot installation materials are released under the GNU General Public License v3.0 (GNU GPLv3). Details can be found in the LICENSE file.


---

# 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 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.hello-robot.com/stretch4_install/readme.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.
