# Sharing incidents

### Global settings to allow sharing

To share incidents publicly, you will first need to allow sharing of incidents for your entire organisation globally.

Head over to [Alerts under organisation settings](https://app.spike.sh/settings/general/alerts) and select your choice to enable or disable your team from sharing incidents publicly.

![Enable public sharing from organisation settings](/files/-MHu1KtWAYFtpzWLHgsR)

{% hint style="info" %}
If public incidents are disabled in organisation settings then all public incident links will be private instantly.
{% endhint %}

### Sharing a single incident

To share an incident, you will need to click on the **Share** button on the right-hand side of the incident details page.

![Share as public page](/files/-MHu2XYgOD9aCFZDF-7F)

The link for the public page will **not be unique** for each time to decide to share or not. However, the public page link is unique to each incident.

{% hint style="info" %}
You will not see the share button if public incidents are disabled in organisation settings as mentioned in the above section
{% endhint %}


---

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