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

# Welcome!

## Welcome!

Hi there! I make chatbots on [Chub.AI](https://chub.ai/users/sopakcosauce), [Wyvern.Chat](https://app.wyvern.chat/profiles/dTSo5SSdNrgwrhGxqVqDW5an9ij2). I'm also a contributor for [WyvernWiki](https://wiki.wyvern.chat/).

I've put together all my Rentry notes, test findings, and guides in one easy-to-read place. I like using **PList/Square Bracket Format (or SBF for short)** because it's more token efficient, so you'll see everything written that way in this guide.

## Do You Go By Any Other Names?

Yes, I also go by **Soup**. SopakcoSauce → Sopa → Soup.

## Quick Navigation

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>What's a PList/SBF?</strong></td><td>Start here!</td><td><a href="/files/A29VH0BDzUjdCzoEWvxF">/files/A29VH0BDzUjdCzoEWvxF</a></td><td></td><td><a href="/pages/agBw4TB6QXFJIVe87W6F">/pages/agBw4TB6QXFJIVe87W6F</a></td></tr><tr><td><strong>PList/SBF</strong> <strong>Templates</strong></td><td>Dipping your toes in the water.</td><td><a href="/files/exxOh2KpiKjuDaVJ4kRb">/files/exxOh2KpiKjuDaVJ4kRb</a></td><td></td><td><a href="/pages/ja3Z4P9Q0ZZZBAJJgGO5">/pages/ja3Z4P9Q0ZZZBAJJgGO5</a></td></tr><tr><td><strong>Advanced Character Creation</strong></td><td>Outgrowing the basics!</td><td><a href="/files/j8aL6KwhfxAeIwBkWrZt">/files/j8aL6KwhfxAeIwBkWrZt</a></td><td></td><td><a href="/pages/78BDfGuwJOCd3ihq0xa2">/pages/78BDfGuwJOCd3ihq0xa2</a></td></tr><tr><td><strong>Request</strong></td><td>Status: <mark style="color:green;"><strong>Open</strong></mark></td><td><a href="/files/2MblR7o7rqYBlsyjDpa0">/files/2MblR7o7rqYBlsyjDpa0</a></td><td></td><td><a href="https://docs.google.com/forms/d/e/1FAIpQLSdeor3lKUX976OsY3puP6wyNd_Ym-vvkX1aybLpWy5Gr8esHA/viewform">https://docs.google.com/forms/d/e/1FAIpQLSdeor3lKUX976OsY3puP6wyNd_Ym-vvkX1aybLpWy5Gr8esHA/viewform</a></td></tr><tr><td><strong>Contact</strong></td><td>Where you can ask me technical questions and grab free AI-generated images.</td><td><a href="/files/vNIw9LZ7dB02YO6heTmq">/files/vNIw9LZ7dB02YO6heTmq</a></td><td></td><td><a href="https://discord.gg/ugQdpbVxVa">https://discord.gg/ugQdpbVxVa</a></td></tr><tr><td><strong>Citations</strong></td><td>Where I get my information.</td><td><a href="/files/eJssTLd2j4sIAjn3tAoC">/files/eJssTLd2j4sIAjn3tAoC</a></td><td></td><td><a href="/pages/LhEQQdQVYUExAXf9g4At">/pages/LhEQQdQVYUExAXf9g4At</a></td></tr></tbody></table>

***

![](/files/iadwt1BvQjiz0K1C4cEt)\ <sub>© 2024 by SopakcoSauce. Except as otherwise noted, the content of this page is licensed under</sub> [<sub>CC BY-NC-SA 4.0</sub>](https://creativecommons.org/licenses/by-nc-sa/4.0/)&#x20;


---

# 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://sopakcosauce.gitbook.io/sopakcosauce-docs/readme.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.
