> For the complete documentation index, see [llms.txt](https://rakosell.gitbook.io/rakosell-setup-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rakosell.gitbook.io/rakosell-setup-tutorials/5.-mastering-member-management-with-rakosell.md).

# 5. Mastering Member Management with Rakosell

**Mastering Member Management with Rakosell Member Dashboard**

In this article, you'll learn how to efficiently manage your members using the Rakosell member dashboard.

* Begin by navigating to the "Member Page" and click on "Batch Add Members."

<div><figure><img src="/files/PhmT1GfFWpWeEw9IWvpy" alt=""><figcaption></figcaption></figure> <figure><img src="/files/RlqoGCmp4zVB5Zy6VYBq" alt=""><figcaption></figcaption></figure></div>

* Utilize an Excel sheet to input member names and email addresses in one go. Enter member names in column 1 and email addresses in column 2. Copy the information, paste it into the "Member Spreadsheet Data," and then click "Add."

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

*Friendly reminder: This member addition is not intended to bypass the registration step but to prepare your members beforehand, such as setting up member plans.*

* Click on "Send Email Invitations to Register the Above Members." The system will automatically dispatch emails to the pre-inputted list of members.

<figure><img src="/files/3ibIuLqOBugOuuZQ89Xj" alt=""><figcaption></figcaption></figure>

* Optionally, input a customized email subject and content to inform your members that they can apply for Rakosell user status through the email.

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

Now you have successfully sent email invitations to members who have not yet logged into Rakosell!


---

# 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://rakosell.gitbook.io/rakosell-setup-tutorials/5.-mastering-member-management-with-rakosell.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.
