> For the complete documentation index, see [llms.txt](https://restoflow.gitbook.io/restoflow-dokumentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://restoflow.gitbook.io/restoflow-dokumentation/resellers/documentation.md).

# Documentation

## Creating Your Support Documentation

1. Visit <https://github.com> and create an account.
2. Visit <https://www.gitbook.com> and register an account.
3. Go to <https://github.com/realfresh/cw-docs> and press the fork button on the top right to create your own copy under your account or use an existing desired repository. **It holds significant importance to fork files prior to initiating synchronization with GitBook.**

<figure><img src="/files/VyOTfyeQF2MsSR6aUQyj" alt=""><figcaption></figcaption></figure>

4. Go back to GitBook and create your first documentation space.
5. In your documentation space, using the top navigation bar, select integrations.

<figure><img src="/files/gzxmDbkFC5hHCSj8ROGJ" alt=""><figcaption></figcaption></figure>

6. Enable and install GitHub Files in the integrations list.

<figure><img src="/files/yXQ9Sdlvcp5jNGobnFpV" alt=""><figcaption></figcaption></figure>

7. Go back to the selected documentation space and select “Synchronize with Git”.

<figure><img src="/files/jW8kq1gMt7Xl8eLwoHCl" alt=""><figcaption></figcaption></figure>

8. Then select GitHub as a provider then click Configure.

<figure><img src="/files/tmyOh3WhAFjaC6Thp7va" alt=""><figcaption></figcaption></figure>

9. Connect your account with GitHub.

<figure><img src="/files/YrjRO7UKjB5jWL2sBRyd" alt=""><figcaption></figcaption></figure>

10. Select your account or install GitHub Application. Make sure you are logged in to GitHub to automatically pull the account.

<figure><img src="/files/3KKCv1gcrTp6H7fWXfEG" alt=""><figcaption></figcaption></figure>

11. Select “cw-docs” for the repository and “master” for the branch.

<figure><img src="/files/NTj4AquQULSO0bG3YQRG" alt=""><figcaption></figcaption></figure>

12. Scroll down and select “Synchronize”. Make sure GitHub to GitBook is the chosen priority.

<figure><img src="/files/44I2nYEaKdZcbZ94XeZn" alt=""><figcaption></figcaption></figure>

13. After this, your forked documentation repository will be synced over to GitBook.
14. At this point, you can follow the editing steps below to make changes.

## Editing Your Support Documentation

1. Visit <https://www.gitbook.com> and login to your account
2. Select your documentation site
3. Press the edit icon button on the bottom right
4. Make any changes as needed
5. Once done, press the save button on the bottom right
6. On the left nav bar, you will see an active draft with a blue button saying "Merge"
7. Press merge to update the docs with the draft changes just made


---

# 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, and the optional `goal` query parameter:

```
GET https://restoflow.gitbook.io/restoflow-dokumentation/resellers/documentation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
