# Blogs

- [How Rox’s AI Agents collaborate with Devin](https://docs.rox.com/development/blogs/how-roxs-ai-agents-collaborate-with-devin.md)
- [How We Built a Scalable, Intelligent Engine for Sales Insights](https://docs.rox.com/development/blogs/how-we-built-a-scalable-intelligent-engine-for-sales-insights.md)
- [Query Optimization Practice at Rox: List Deal Query Example](https://docs.rox.com/development/blogs/query-optimization-practice-at-rox-list-deal-query-example.md)
- [How Rox Handles Refresh Flow from CRM](https://docs.rox.com/development/blogs/how-rox-handles-refresh-flow-from-crm.md)
- [RAG Pipeline for Insight Filtering](https://docs.rox.com/development/blogs/rag-pipeline-for-insight-filtering.md): How does Rox efficiently match incoming public data to a user?


---

# 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.rox.com/development/blogs.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.
