> For the complete documentation index, see [llms.txt](https://docs.onlymonster.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onlymonster.ai/team-and-security-management/snapchat-permissions.md).

# Snapchat Permissions

Below is a full breakdown of permissions available within the Snapchat integration. Each permission controls access to specific features and actions.

## Snapchat Menu

* **Account Settings** <mark style="color:orange;">(safety-sensitive!)</mark>**:** Grants access to account-level settings, including privacy and security options.
* **General Settings:** Grants access to general app preferences and default behaviors.

## Snapchat Chatting & Security

* **Log Out Button** <mark style="color:orange;">(safety-sensitive!)</mark>**:** Allows members to log out of the Snapchat account.
* **Unsend Message** <mark style="color:orange;">(safety-sensitive!)</mark>**:** Permission to unsend a previously sent message.
* **Sound Effects:** Allows toggling in-chat sound effects on or off.
* **Notifications:** Allows team members to receive notifications from Snapchat.
* **Spotlight:** Grants access to view and browse Spotlight content.
* **View Stories:** Allows viewing friends' and public stories.
* **Open Camera:** Grants access to open the camera to capture photos and videos.
* **Create Bitmoji:** Allows creating and customizing a Bitmoji avatar.
* **Start Call:** Permission to initiate voice calls with fans.
* **Start Video Call:** Permission to initiate video calls with fans.
* **Send Image:** Allows sending images within chats.
* **Chat Settings** <mark style="color:orange;">(safety-sensitive!)</mark>**:** Allows configuring chat-related settings and preferences.


---

# 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://docs.onlymonster.ai/team-and-security-management/snapchat-permissions.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.
