> For the complete documentation index, see [llms.txt](https://docs.coordinape.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coordinape.com/get-started/admin/update-members.md).

# Update Members

### Editing User Settings

If you want to change your initial settings for a team member, you can update them in the Admin panel.

<figure><img src="/files/69YOrh2AFbIhmiIFs1pH" alt=""><figcaption></figcaption></figure>

### Member Settings

You can edit the following attributes:

* Starting Tokens
  * By default all users start with 100 GIVE tokens, this can be adjusted as needed when there's no active Epoch [(What's an Epoch)](/get-started/get-started/new-coordinape-admins/start-an-epoch.md)
* Fixed Payment Amount
* Admin Permissions
* Send
* Receive

{% tabs %}
{% tab title="Admin" %}
Circles can have multiple admins

🚨 Admins will have full access to your Circle settings, including the ability to remove other admins
{% endtab %}

{% tab title="Can Give" %}

* If Yes, the Contributor will be able to allocate GIVE
* If No, the contributor will not be able to allocate GIVE
  {% endtab %}

{% tab title="Can Receive" %}

* If ✅ they can receive GIVE from the Circle they can opt out if they choose
* If ❌ they will only be eligible to receive Notes but can opt-in on their own
* If Forced ❌ the admin has opted them out of receiving GIVE and they cannot Opt-In
  {% endtab %}

{% tab title="Untitled" %}
A user can be set up to receive fixed payments at the end of each epoch if fixed payments are enabled. To see more check this out - [Broken mention](broken://pages/gJzJ8qqgHbMzQDDmnNvB)
{% endtab %}
{% endtabs %}

## Step By Step

* Click the Edit button next to the Contributor Name
* Edit Settings - You can enter their name, starting tokens, admin status, fixed payment amount, and whether or not they can send GIVE
* Delete User - You can delete users from the Circle by clicking the delete button.


---

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