# Stored/Logged information

This is **not** a privacy policy. This is a non-exhaustive description of what information is available to us that we received from you. This page may be incomplete.

On the following page:&#x20;

* "Saved" and "Save" refer to one of Storing and/or Logging.
* "Storing" and "Store" refer to saving to a database for the app to use in the future.
* "Logging" and "Log" refer to saving data to a text file and are used to review errors and prevent abuse.

## Message Content is NOT Saved

We do **NOT** and will **NEVER** Save message content sent in neither normal chats nor connected chats.\
Command executions like `cb command etc...` and `/command etc...` are Logged in a text file. This allows the developer(s) to review errors and investigate bugs and other issues.

## What we DO Store

Here is a non-exhaustive list of information that **MAY** be personal that we **DO** Store (sorted alphabetically):

* Connection Ban Reasons &#x20;
* Connection Channel Guild Names&#x20;
* Connection Channel NSFW statuses&#x20;
* Connection Channel Names&#x20;
* Connection Channel Webhook IDs&#x20;
* Connection Channel Webhook Tokens&#x20;
* Connection Filter Values  &#x20;
* Connection Mute Reasons
* Connection Names&#x20;
* Connection Request Channel Names&#x20;
* Connection Request Guild Names&#x20;
* Connection Request Nicknames&#x20;
* Connection Role Names&#x20;
* Connection Role Permissions&#x20;
* Connection Role Prefixes&#x20;
* Connection Role Priorities&#x20;
* Connection Role Suffixes&#x20;
* Connection User Connection Role IDs&#x20;
* Connection User Discriminators&#x20;
* Connection User Last Messaged Connection Channel
* Connection User Usernames

## Removing Stored data

Deleting your connection will delete all of your connection data. Connection data includes anything prefixed with `Connection` in the previous section.


---

# Agent Instructions: 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://docs.combot.xyz/before-you-start/stored-logged-information.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.
