# How to Add a Member

*Article Topics:* [*Members*](/getting-started/common-topics/members.md)

NATS allows users to manually add active member accounts without going through the actual signup process. This feature can be useful when setting up member authentication which requires an active member record to test.&#x20;

If you wish to add an active member to one of your sites, go to the [Member Management](/nats-admin/members/member-management.md) page under the Members Admin. On this page, click the "Add Member" button at the top right of the page.

<figure><img src="/files/0W9Xu8l7SIMzrqbBGcw5" alt=""><figcaption></figcaption></figure>

On the "Add New Member" page, you will see various information fields that need to be defined for the new member.&#x20;

<figure><img src="/files/7p0EP12GrHOB6tp7w1OX" alt=""><figcaption></figcaption></figure>

### Add New Member Fields:

* **Username**: The username your member will use to log in to your site.
* **Password**: The password your member will use to log in to your site.
* **Site**: Select the site in which the member's account will be active.
* **Expires**: Input when your member's membership is set to expire.
* **Options**: Select whether the new member account will be Flagged to find easier in the future, a Trial Member, or Allowed Mailing.
* **First Name**: The member's first name.
* **Last Name**: The member's last name.
* **Email**: The member's desired e-mail address to receive notifications.
* **Custom Fields**: Custom fields that allow you to add any extra information you desire. These fields are optional.

Once you have filled out all of the required fields and any extra fields, click the "Add Member" button to add your new active member to a specified site. The member will now appear in the main Members table on the [Member Management](/nats-admin/members/member-management.md) page.

## Related Articles

{% content-ref url="/pages/x1TCdgShYvTw5twRuPRp" %}
[How to Delete a Member](/nats-admin/members/common-questions/how-to-delete-a-member.md)
{% endcontent-ref %}


---

# 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.toomuchmedia.com/nats-admin/members/common-questions/how-to-add-a-member.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.
