> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-profiles-tab/how-do-i-mass-import-and-export-profiles.md).

# How do I Mass Import & Export Profiles

### **Who do I export my profiles?** <a href="#h_d3a0cd31fd" id="h_d3a0cd31fd"></a>

1. Locate the **Profiles** tab

   <div align="left"><img src="/files/lPM2Z1BIKogHqmGf6qaK" alt=""></div>
2. **Locate** the profile group that you would like to export profiles from and click **Export**

   ![](/files/m5ayqQpXQlyGkCqVlDKK)
3. **Locate** where you want to export your profiles to and click "**Save**"
4. Your profiles are now exported

### **How do I import my profiles?** <a href="#h_f440c09eac" id="h_f440c09eac"></a>

**Download Import CSV Template**

1. Create a new profile group&#x20;
2. Click **Download CSV Template** button

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

3. Open the CSV file with excel or google sheets&#x20;
4. Enter in your new profile information
5. Save as CSV
6. Click the **Import** button inside Stellar

![](/files/ENxOVh0vmOBHenL3lBrl)

7. You have now imported your profiles

![](/files/OeekY4eAmEM2YjFw1OB0)


---

# 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://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-profiles-tab/how-do-i-mass-import-and-export-profiles.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.
