# Sharing search results

To share search results, simply copy the URL from the address bar and send it to the desired recipient. The recipient will be able to view the same search results by visiting the shared URL.&#x20;

{% hint style="danger" %}
If you share this link with anyone not part of your project organization by sharing your result the recipient will join your project as if you [invite the person](/use-cases/collaborating/inviting-others.md). this means the recipient will also be able to access all other data of your project. Only people who you can trust should be invited your project!
{% endhint %}

<figure><img src="/files/qj6L6MJutE13MZvD7Ioy" alt=""><figcaption></figcaption></figure>


---

# 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.blocktorch.xyz/use-cases/searching/sharing-search-results.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.
