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

# Resources

- [How to manage adoption](https://docs.kyso.io/guides/how-to-manage-adoption.md): Learn our best practices on segmenting users and content, and scaling adoption of the platform across the organisation.
- [Driving Internal Engagement](https://docs.kyso.io/guides/how-to-manage-adoption/driving-internal-engagement.md): How can you ensure on-boarding success and long-term value creation for all employees?
- [Advice for Large Companies](https://docs.kyso.io/guides/how-to-manage-adoption/advice-for-large-companies.md): How hundreds, or thousands, can communicate better
- [R Users & R Markdown](https://docs.kyso.io/guides/posting-r-markdown-to-kyso.md): Kyso is also designed for R users to also be able to publish their data-science reports.
- [Writing a good data-science report](https://docs.kyso.io/guides/how-to-write-a-good-data-report.md): This guide will go through how you can write a really good data science article that will appeal to your readers. This is applicable to both public and private posts.


---

# 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://docs.kyso.io/guides.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.
