> For the complete documentation index, see [llms.txt](https://guide.plusai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.plusai.com/other.md).

# Other

- [Live Snapshots](https://guide.plusai.com/other/live-snapshots.md)
- [Start Guide](https://guide.plusai.com/other/live-snapshots/start-guide.md): Getting started with Live Snapshots
- [Set up Plus](https://guide.plusai.com/other/live-snapshots/start-guide/set-up-plus.md)
- [Take a Snapshot](https://guide.plusai.com/other/live-snapshots/start-guide/take-a-snapshot.md)
- [Create a Page](https://guide.plusai.com/other/live-snapshots/start-guide/create-a-page.md)
- [Share with others](https://guide.plusai.com/other/live-snapshots/start-guide/share-with-others.md)
- [Chrome extension](https://guide.plusai.com/other/live-snapshots/chrome-extension.md)
- [Updating the extension](https://guide.plusai.com/other/live-snapshots/chrome-extension/updating-the-extension.md): How Plus stays up-to-date, and how to manually update the extension
- [Snapshots](https://guide.plusai.com/other/live-snapshots/snapshots.md)
- [Sites with smart capture](https://guide.plusai.com/other/live-snapshots/snapshots/sites-with-smart-capture.md)
- [Snapshot settings](https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-settings.md)
- [Snapshot versions](https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-versions.md)
- [Connections](https://guide.plusai.com/other/live-snapshots/snapshots/connections.md)
- [Snapshot repair](https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-repair.md)
- [Snapshot tips and tricks](https://guide.plusai.com/other/live-snapshots/snapshots/snapshot-tips-and-tricks.md)
- [Known Snapshot issues](https://guide.plusai.com/other/live-snapshots/snapshots/known-snapshot-issues.md)
- [Pages](https://guide.plusai.com/other/live-snapshots/pages.md)
- [Page settings](https://guide.plusai.com/other/live-snapshots/pages/page-settings.md)
- [Drafts and Team spaces](https://guide.plusai.com/other/live-snapshots/drafts-and-team-spaces.md)
- [Organizing your content](https://guide.plusai.com/other/live-snapshots/organizing-your-content.md)
- [Ways to share](https://guide.plusai.com/other/live-snapshots/ways-to-share.md): You can share your Snapshots and Pages with someone else in multiple ways
- [Share links](https://guide.plusai.com/other/live-snapshots/ways-to-share/share-links.md)
- [Free and paid plans](https://guide.plusai.com/other/live-snapshots/free-and-paid-plans.md)
- [Snapshot integrations](https://guide.plusai.com/other/live-snapshots/snapshot-integrations.md)
- [Google Workspace](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/google-workspace.md)
- [Known Google Slides and Docs issues](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/google-workspace/known-google-slides-and-docs-issues.md)
- [App for Slack](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/app-for-slack.md)
- [Install the app for Slack](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/app-for-slack/install-the-app-for-slack.md)
- [App for Slack: FAQs](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/app-for-slack/app-for-slack-faqs.md)
- [Connect to Notion](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/connect-to-notion.md)
- [Embed Plus in other apps](https://guide.plusai.com/other/live-snapshots/snapshot-integrations/embed-plus-in-other-apps.md)
- [Snapshot FAQs](https://guide.plusai.com/other/live-snapshots/snapshot-faqs.md)


---

# 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://guide.plusai.com/other.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.
