# Update Circle Settings

### Editing Circle Settings

1. Click the Admin button on the bottom of the side bar

<figure><img src="/files/35mXp9qZBtB5FZUhFHZr" alt=""><figcaption></figcaption></figure>

1. Determine if your Circle will require [vouching](/info/documentation/vouching.md), and determine the [vouching details](/get-started/admin/enable-vouching.md).
   1\.

   ```
   <figure><img src="/files/aBG0GQaL0AS47CFsVS0K" alt=""><figcaption></figcaption></figure>
   ```
2. Add any integrations you may want
   1. [Integrations](/info/integrations.md)&#x20;
   2. Link your Circle to Discord to the [Discord Webhook](/info/integrations/discord_bot.md)

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


---

# 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.coordinape.com/get-started/admin/update-circle-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.
