# Temporary Links

In this tutorial, we will create **temporary links** to share a site, a site group, or an alarm during the execution of a workflow.\
\
You can use temporary links to share information about a particular site or a particular alarm with stakeholders who do not have their own account in evalink talos.

### 1. Share a Site with a Temporary Link

From your evalink talos dashboard, navigate to the menu `Sites`and select the site you want to share.

On the tab `Overview`, click on the `Share` button on the bottom-right corner.

![](/files/-MjFCHYluItlFPQtoR_S)

Click on `+ Create Link` button, give a name to the share link, and choose the desired settings.

On the bottom of the `Create Link` dialog, make a selection for **Expire link after** and click `Submit`.

![](/files/-MjFCHYpXEzJ_mbGZSll)

Your temporary share link has been created and the expiry date is visible just next to the link.

![](/files/-MjFCHYqDGhKrUrLA6QM)

### 2. Share a Site Group with a Temporary Link

Similarly, from your evalink talos dashboard, navigate to the menu `Site Groups`and select the site group you want to share.

On the tab `Overview`, click on the `Share` button on the bottom-right corner.

Click on `+ Create Link` button, give a name to the share link and choose the desired settings.

On the bottom of the `Create Link` dialog, make a selection for **Expire link after** and click `Submit`.

Your temporary share link has been created and the expiry date is visible just next to the link.

### 3. Share an Alarm with a Temporary Link via a Workflow

evalink talos allows you to share a link with an expiry date during the execution of a workflow. This link can be added via the placeholder  **`{{ alarmShareLink() }}`**  in an email, a PDF report, an SMS, etc.

To share an alarm through a workflow, navigate to the menu `Sites` and select the site of your choice. On the tab Workflows, click on the `+` button on to create a new workflow.

![](/files/-MjFFn8jqMDp0ZI23pQN)

Upon selecting the corresponding alarm for this workflow, click on the `+` button next to `Incoming Alarm`.

Select `Automated Actions` and then click on `Send Email`

{% hint style="info" %}
Important Note: If you have not activated the Email Integration, you can follow the instruction in the following [tutorial](/evalink-tutorials/email.md).
{% endhint %}

You can now send an alarm link within your email body by using the following placeholder:

&#x20;**`{{ alarmShareLink() }}`**

You can find a concrete example in the following screenshot.

![](/files/-MjFFn8k2etR4W9p8lWU)

And... That's it!

You have  now learned how to share a site, site group or alarm using temporary links in evalink talos.


---

# 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://sitasys-ag.gitbook.io/evalink-tutorials/temporary-links.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.
