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

# Collaboration

- [Task management integrations](https://docs.spike.sh/collaboration/task-management-integrations.md): Create tickets, tasks, or issues in your project management tool directly from Spike incidents.
- [JIRA Cloud](https://docs.spike.sh/collaboration/task-management-integrations/jira-cloud.md): Connect Jira Cloud to Spike and create Jira tickets directly from incidents.
- [JIRA server (self-hosted)](https://docs.spike.sh/collaboration/task-management-integrations/jira-server-self-hosted.md): Learn to integrate Spike.sh with your self-hosted JIRA server
- [ClickUp](https://docs.spike.sh/collaboration/task-management-integrations/clickup.md): Connect ClickUp to Spike and create tasks directly from incidents.
- [Linear](https://docs.spike.sh/collaboration/task-management-integrations/linear.md): The Linear integration with Spike ensures your team’s incident management and task tracking are seamlessly connected.
- [Shortcut](https://docs.spike.sh/collaboration/task-management-integrations/shortcut.md): Connect Shortcut to Spike and create stories directly from incidents.
- [Helpdesk integrations](https://docs.spike.sh/collaboration/helpdesk-integrations.md): Streamline communications by syncing incidents with your favorite helpdesk platforms like Zendesk, Freshdesk, and Supportpal.
- [Zendesk](https://docs.spike.sh/collaboration/helpdesk-integrations/zendesk.md): Bi-directional integration with Zendesk to sync incidents, notes, and statuses while creating or linking tickets effortlessly.
- [Freshdesk](https://docs.spike.sh/collaboration/helpdesk-integrations/freshdesk.md): Bi-directional integration with Freshdesk to sync incidents, notes, and statuses while creating or linking tickets effortlessly.
- [Supportpal](https://docs.spike.sh/collaboration/helpdesk-integrations/supportpal.md): Integrate Spike with Supportpal to seamlessly create support tickets from incidents.
- [War rooms](https://docs.spike.sh/collaboration/war-rooms.md): War rooms creates instant meeting rooms and involved all possible stakeholders on a single call


---

# 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.spike.sh/collaboration.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.
