# Share link to file

One way to give access to your files is by sharing a link to the file. How people access the file depends on the file's permission.&#x20;

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

### File access permissions

You can currently set your file permission to either Private or public.

* Private: This means only members of your team can access the file via the link
* Public: Anyone with the link will be able to view the file, but not edit it

To adjust the access permissions of your file:

* Open the file
* Click on the `Share` button on the top-right bar.
* Once the modal pops, you can adjust the file access permissions to either private or public.

![](/files/GJC527c65czeF2GrBZ1k)


---

# 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.lottielab.com/file-management/files/share-link-to-file.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.
