# Share a ressource

To share a resource, simply click on the `Share` button located on the resource page. This will automatically copy the link to the resource to your clipboard.

The link starts with: `https://mltngs.pt`. When the link is opened in their browser, users will be redirected to the resource. Several checks are performed to ensure the user is directed to the correct location.

1. **Connection check**
   * If the user is already logged into their Spot, they will be redirected to the resource, taking into account your Spot’s redirection settings (which you can find here) and the domain linked to their account, if your Spot is embedded in multiple locations.
   * If the user is not logged in,li they will be directed to a login page.
2. **Authentication**
   * If your Spot does not use SSO, the user can log in using their email address and password.
   * If SSO is enabled, the user can choose between logging in via SSO or using their regular credentials.

Once the user is logged in, they will be automatically redirected to the appropriate resource based on your Spot’s redirection settings and the domain linked to their account.\
As long as the user is not logged in, they will remain on the authentication page and will not be able to access the content.


---

# 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://help.meltingspot.io/english/how-to/share-a-ressource.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.
