> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/feature-documentation/designing-and-running/personas/working-with-personas/batch-and-bulk-operations.md).

# Batch & Bulk operations

Batch and bulk operations allow you to update multiple personas at the same time:

* **Batch** changes use the Editor interface and offers more common operations
* **Bulk** changes requires the use of a spreadsheet which is exported and imported

<figure><img src="https://3476309720-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsNKxYbIPgfYmCR9EJgAu%2Fuploads%2FgmKEiv3na2x42Vnr5VmV%2Fbatch%20and%20bulk.png?alt=media&amp;token=ec1532a3-cef8-48f8-ba08-47045f9b9642" alt=""><figcaption></figcaption></figure>

## Batch changes

{% embed url="<https://youtu.be/DQT8sPFYPok>" %}

When you're building an exercise, you rarely need to create every persona from scratch. You can import personas from another project, from a file, or from our asset library Ventura.

But personas built for one scenario (e.g. a flood response) won't always fit into a different one (e.g. a fire at a train station). You might find names, roles, handles, and channels will need adjustments once they're imported.

Rather than opening each persona individually, the `Personas` tab gives you two ways to make these adjustments across many personas at once:

### Replace persona

Swap one persona for another (e.g. matching an imported persona to an existing role) and choose, field by field, whether to keep the original's details or take the new one's (profile image, handle, name, email, location, and social/banner images can each be kept or replaced independently).

### Batch

Select multiple personas in your library and edit shared properties for all of them in one operation (disposition, affilation, which social channels are active, tags, and who's allowed to impersonate the persona).

## Bulk changes

You might also find it easier to create and edit personas via a spreadsheet.\
To create personas this way, export an empty persona library, fill in the intended columns, and reimport.

The spreadsheet you're likely to want is `Persona details`, but you can edit all kinds of persona variables from the list in the screenshot below:

<figure><img src="https://3476309720-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsNKxYbIPgfYmCR9EJgAu%2Fuploads%2FmbCQ2gOABOUkHALSjrPN%2Fpersona%20details.png?alt=media&amp;token=fc31be78-d186-426e-b301-bd073e934f85" alt=""><figcaption></figcaption></figure>


---

# 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://helpdocs.conducttr.com/feature-documentation/designing-and-running/personas/working-with-personas/batch-and-bulk-operations.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.
