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