> For the complete documentation index, see [llms.txt](https://assetstore.snapchatkit.voxelbusters.com/tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.snapchatkit.voxelbusters.com/tutorials/settings/snapchat-kit-settings.md).

# Snapchat Kit Settings

![Window -> Voxel Busters -> Cross Platform Snapchat Kit -> Settings](/files/-LVTIT4KM68BaLW7Z2Pi)

### Features

| Name         | Description                                                           |
| ------------ | --------------------------------------------------------------------- |
| Uses Login   | Enable this if you want to login to snapchat for getting user details |
| Uses Sharing | Enable this if you want to share media on snapchat                    |

### Scopes

| Name                | Description                                                      |
| ------------------- | ---------------------------------------------------------------- |
| Display Name        | Enable this to access Display Name                               |
| External Identifier | Enable this to access unique identifier specific to this app     |
| Bitmoji Avatar      | Enable this to fetch bitmoji avatar linked to the user's profile |

### Credentials

| Name                  | Description                                                                                 |
| --------------------- | ------------------------------------------------------------------------------------------- |
| Development Client ID | Set the development client id listed in [Snapchat portal](https://kit.snapchat.com/portal/) |
| Production Client ID  | Set the production client id listed in [Snapchat portal](https://kit.snapchat.com/portal/)  |

### Platform Specific

| Name         | Description                                                                                                                                             |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Redirect URL | <p>This is used for redirecting to your app once the login process is finished</p><p>Example : <strong>snapkitandroid://voxelbusters/login</strong></p> |

![Snapchat Portal Sample Settings](/files/-LZF6Bw8MgbrztVKo06q)


---

# 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:

```
GET https://assetstore.snapchatkit.voxelbusters.com/tutorials/settings/snapchat-kit-settings.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.
