# Share a document

To share a document:

1. Navigate to *Documents*. If you're deleting a team document, you can access it directly from the left sidebar. If the document is inside a project, click on the relevant project and then access *Documents* from the dropdown menu.
2. Open the document you want to share by clicking on it.
3. Click on the three dots icon (...) and select *Copy document link* from the dropdown me menu.&#x20;
4. You can now share the copied link with others.


---

# 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://iteration-x.gitbook.io/help-documentation/documents/share-a-document.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.
