# Routing

- [Overview](https://docs.gradient.works/kb/routing/overview.md): Match, route, assign and take action on any Salesforce record
- [Dashboard](https://docs.gradient.works/kb/routing/dashboard.md)
- [Round Robin Queues](https://docs.gradient.works/kb/routing/queues.md): Configure groups of users for round robin assignment
- [Create Queues](https://docs.gradient.works/kb/routing/queues/setting-up-gradient-works-queues.md)
- [User Availability Status](https://docs.gradient.works/kb/routing/queues/user-availability-status.md): Temporarily exclude users from assignment if they're out of the office
- [User Working Hours](https://docs.gradient.works/kb/routing/queues/user-working-hours.md): Only assign to users during specific hours
- [Users](https://docs.gradient.works/kb/routing/users.md)
- [Capacity Meters](https://docs.gradient.works/kb/routing/capacity_meters.md)
- [Lead and Account Matching](https://docs.gradient.works/kb/routing/matching.md): Maintain data hygiene with configurable matching automation
- [Automation](https://docs.gradient.works/kb/routing/automation.md): Build powerful automations powered by Salesforce Flow and our ABK
- [Automation Executions](https://docs.gradient.works/kb/routing/automation/automation-executions.md): Find out what happened during a particular automation run
- [Log Entries](https://docs.gradient.works/kb/routing/automation/log-entries.md): Troubleshoot automation issues with log entries


---

# 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.gradient.works/kb/routing.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.
