# Sharing and Administration

- [Publishing](https://docs.tactyc.io/sharing-and-administration/publishing.md): Publishing a model creates a shareable URL link for your model’s dashboards that can be sent to anyone. Anyone who clicks on the link will see the fund’s dashboard in a read-only mode.
- [Collaborators](https://docs.tactyc.io/sharing-and-administration/collaborators.md): Collaborators are team members who have access to your fund's model. You can control access levels for collaborators to only grant them read or edit access.


---

# 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.tactyc.io/sharing-and-administration.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.
