> For the complete documentation index, see [llms.txt](https://docs.blocktorch.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blocktorch.xyz/use-cases/collaborating/sharing-data.md).

# Sharing data

### Making your project's home dashboard publicly accessible

1. On the left of your home dashboard there is a Share button, click the button to make the dashboard publicly available

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

2. Give your dashboard a title and click the share button

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

3. As soon as the share button is clicked, the link to the publicly available dashboard is copied to your clipboard

<figure><img src="/files/46CIE4YTUrPZBRw0VbTQ" alt=""><figcaption></figcaption></figure>

4. You can now share this link with anyone

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

### Sharing log 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
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.blocktorch.xyz/use-cases/collaborating/sharing-data.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.
