# Collaborations API

- [API reference](https://docs.bird.com/api/collaborations-api/api-reference.md)
- [Agent Management](https://docs.bird.com/api/collaborations-api/api-reference/agent-management.md)
- [Team Management](https://docs.bird.com/api/collaborations-api/api-reference/team-management.md)
- [Feeds](https://docs.bird.com/api/collaborations-api/api-reference/feeds.md)
- [Feed item activity](https://docs.bird.com/api/collaborations-api/api-reference/feed-item-activity.md): Feed item activity records any interaction with the feed item, e.g. the status of the feed item changed, or an agent or team was assigned. Additionally, comments are also recorded as activity.
- [Tags](https://docs.bird.com/api/collaborations-api/api-reference/tags.md)
- [Automation Rules](https://docs.bird.com/api/collaborations-api/api-reference/automation-rules.md)
- [Business Hours](https://docs.bird.com/api/collaborations-api/api-reference/business-hours.md)
- [Capacity Rules](https://docs.bird.com/api/collaborations-api/api-reference/capacity-rules.md)
- [Routing Queues](https://docs.bird.com/api/collaborations-api/api-reference/routing-queues.md)
- [Skills](https://docs.bird.com/api/collaborations-api/api-reference/skills.md)
- [SLA Policies](https://docs.bird.com/api/collaborations-api/api-reference/sla-policies.md)
- [Macros](https://docs.bird.com/api/collaborations-api/api-reference/macros.md)
- [Sender Profiles](https://docs.bird.com/api/collaborations-api/api-reference/sender-profiles.md)
- [Ticket fields](https://docs.bird.com/api/collaborations-api/api-reference/ticket-fields.md): Ticket fields allow to add


---

# 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.bird.com/api/collaborations-api.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.
