> For the complete documentation index, see [llms.txt](https://beycanpress.gitbook.io/snap-tales-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://beycanpress.gitbook.io/snap-tales-docs/integrations.md).

# Integrations

### PeepSo

#### Space

PeepSo profile page displays user stories

<figure><img src="/files/8zxbnJLnq35jPrJeO7VV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/U4uEnHScrVqRSIhqkddP" alt=""><figcaption></figcaption></figure>

### BuddyPress

#### Space

A menu called stories is added to the BuddyPress profile

<figure><img src="/files/vzBrz3ADhOzwgUGyOYrj" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/T2TVMKLqmT4BJtChocCY" alt=""><figcaption></figcaption></figure>

### bbPress

#### Space

User stories appear on bbPress profile page

<figure><img src="/files/G1BzaHHdGqa9q7iLt0Cp" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/pLFDMuQTmEj6nFrMGplt" alt=""><figcaption></figcaption></figure>

### Story parameters

#### **Show stories by**

By default, the option "All" comes up and users will see stories from all users.

If BuddyPress Friends is selected, users will only see stories from their friends.

If PeepSo Follow is selected, users will only see stories from users they follow via PeepSo.

<figure><img src="/files/etgD4D5l5Ws3GzcTLlUg" alt=""><figcaption></figcaption></figure>

#### **Story redirect URL**

You can change the link that will be taken when you click on the area you see in the second image with this setting.

<figure><img src="/files/xuisH5n7wpKLH0qYwl59" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/SKuUTQeBs7FZvDbc6wdt" alt=""><figcaption></figcaption></figure>

#### **Story box avatar**

You can specify the avatar that will appear in the story lists with this setting.

<figure><img src="/files/rN3EFnYlFj01t8AarPTE" alt=""><figcaption></figcaption></figure>


---

# 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://beycanpress.gitbook.io/snap-tales-docs/integrations.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.
