# Sharing

- [Sharing Overview](https://docs.codatum.com/sharing/sharing-overview.md): Overview of the methods for sharing Notebooks.
- [Teamspace](https://docs.codatum.com/sharing/teamspace.md): Sharing notebooks with the members of a teamspace
- [Sharing per notebook](https://docs.codatum.com/sharing/shared-notebook.md): Sharing by additional permissions
- [Report](https://docs.codatum.com/sharing/report.md): Convert a notebook into a report for sharing with Guests.
- [Public Link](https://docs.codatum.com/sharing/public-link-and-embed.md): Share notebook publicly via a link accessible to anyone with the URL.
- [Signed Embed](https://docs.codatum.com/sharing/signed-embed.md): Integrate Notebooks into your application.
- [How to Set Up Signed Embed](https://docs.codatum.com/sharing/signed-embed/integration.md): Seamlessly Integrate notebook into external services.
- [Use Cases](https://docs.codatum.com/sharing/signed-embed/use-case.md): Use cases for signed embed


---

# 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.codatum.com/sharing.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.
