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

# FAQs

## Table of Contents

| **Number** | **Question**                                                                                   |
| ---------- | ---------------------------------------------------------------------------------------------- |
| `1`        | [How do I put all of my logs into one channel?](#how-do-i-put-all-of-my-logs-into-one-channel) |
| `2`        | [Why is *X* permission needed?](#why-is-x-permission-needed)                                   |

### How do I put all of my logs into one channel?

You can do this by clicking "Bulk Edit" immediately after using the `/settings` command![Bulk Edit of server Settings](https://i.imgur.com/7fsultX.png)

### Why is *X* permission needed?

#### Manage Webhooks

As of this moment this permission is not needed, but in the future we will move to webhook based logging in order to handle ratelimtis more efficiently, so Koira will require this permission to function in the future.

#### View Audit Log

This is needed to allow Koira to view events such as a channel being created, or a moderator kicking a user.

#### View Channels

View Channels is needed so Koira can view information on channels.

#### Send Messages / Send Messages in Threads

In order to notify you about changes in your server, Koira needs to be able to send messages in your server. If you do not choose to utilize thread style logging the Send Messages in Threads permission can be ommitted.

#### Embed Links and Attach Files

Koira contains the capbility to log changes in your server such as changes to the server icon and emojis being added to your server, without the ability to attach files and embed links, some log messages may appear malformed.

#### Read Message History

This permission is needed to allow Koira to see messages to know when they have been updated.

#### Use External Emojis

In many of our messages we utilize external emojis to enhance your Koira experience, without this permission some messages from Koira may not be displayed correctly.

#### Manage Channels

Koira has the ability to set up log channels for you, and need the ability to create channels in order to do so.


---

# 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.koira.bot/faqs.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.
