# Import Members

Church admins that would love to import details of their church members into the platform.\
In the members page click the `Import Members` button and you'll be brought to a page to start the import process<br>

<figure><img src="/files/5hJuZFprMJQKHj1nOKn0" alt=""><figcaption></figcaption></figure>

Below is the importing page.<br>

<figure><img src="/files/szTnk7XXJEB7CakaSP31" alt="import page"><figcaption></figcaption></figure>

There 4 steps in the import process.\
Step 1 is where you upload your members data. We provide a sample file to guide you with the format of how the data is supposed to be organized.

Step 2:\
After uploading the file in step 1, you click the next button to be brought to the page to map the csv columns to the respective columns provided.\ <br>

<figure><img src="/files/PuUiGVdMOKZ8IWZ8JVVS" alt="mapping page"><figcaption><p>mapping page</p></figcaption></figure>

Step 3:\
In after you have mapping the required columns and also the optional ones if need be, then click next step.<br>

<figure><img src="/files/uPrTgEMT5wwutJ5pjHvf" alt="preview page"><figcaption><p>validation and preview</p></figcaption></figure>

In this page validation is carried out on the data uploaded to ensure that the data is clean. Incase of errors we let you know.\
Then after you have seen that there is no error then confirm that these are the items that you want to import.\
There after click the `start import` button.\
\
Step 4:<br>

<figure><img src="/files/wVscLbJBPYAF7UVWM9xu" alt="import page"><figcaption><p>import page</p></figcaption></figure>

In step 4 is where the import takes place and we'll provide a progress bar to show the status of the import.<br>

### Emails Sent

For every member imported, we'll send to them an email containing their credentials and also the link to download TheFaithApp and also some littler instructions.\ <br>

<figure><img src="/files/OzdxgDhdPYZ8VHHDiJ6i" alt="email sent"><figcaption><p>Member email</p></figcaption></figure>

Then for the church admin that has made the import, they will also get an email of the report of the import process.\ <br>

<figure><img src="/files/kfQQfIPLx54l7qdwa5M3" alt="import report"><figcaption><p>import report</p></figcaption></figure>

### Undo imports

Incase you have made an error, you can undo the imports.\
Click the `Import History` in the members page.<br>

<figure><img src="/files/dVoT7HAwW9iCBSnx26Qd" alt="import history"><figcaption><p>import history</p></figcaption></figure>

You'll be taken to the import history page<br>

<figure><img src="/files/Cv73K05gfOSiS6wtMerh" alt="import history"><figcaption><p>import history page</p></figcaption></figure>

While in this import history page, you can undo the import and it will remove all the members imported by that import.


---

# 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://guide.thefaithapp.com/features/members/import-members.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.
