# GitBook

Reo.Dev integrates directly with GiBook. With this integration, you can track developer activity on your product documentation

To integrate Reo.Dev app with GitBook marketplace follow the instructions below:

* Login to GitBook app with admin credentials
* Click on the Integration Tab in side navigation
* Search for Reo.Dev and select the app.

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

Click on **Install** button to add Reo.Dev app on your organisation

![](https://usercontent.us.prod.clueso.io/d06f019c-da0b-4d5b-9fdd-9630e7fd5d0f/c1c139ad-6c27-4dfa-84c8-b337ce7b53af/5dbaa195-c13c-4b39-88df-906c12ef1e84/images/d1464676-0e3d-4ffd-8cfd-7851308559f3.png)

You will be prompted to select the site for which you want to enable. Select the specific site(s) and click on **Install.**

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

Then you will be prompted to add your Client ID. This is unique key for your Reo.Dev account, which you can find under **Settings → Integrations → Tracking Beacon.**

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

Enter the Client ID in the text box and click on Done.

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

Once installed, you will see the Doc sites below on which the Reo.Dev JS docs integration is installed.

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


---

# 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.reo.dev/integrations/developer-docs/gitbook.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.
