# Development Data

## Creating Test Data

Test fixtures can be created by running:

```
fab fakedata
```

This script creates various user types + CFEIs, etc

## Agency Users

For 3 different agencies usernames (emails) follow the format:

```
agency-<number>-<role>@<agency>.org
```

Number is an integer from 1 to 3 range.

Role is one of:

```
admin
editor-hq
reader
editor
editor-adv
pam
mft
```

**Not all roles are available for all agencies.**

Available agencies are:

```
unicef
unhcr
wfp
```

## Partner Users

### Standard

Partner user usernames follow a similar structure:

```
partner-<number>-<role>@partner.org
```

Number is an integer from **1 to 24** range.

Role is one of

```
reader
editor
admin
```

### INGO

```
partner-ingo-<number>-<role>@partner.org
```

Number is an integer from **1 to 6** range.

Roles are the same as standard partner.

### INGO HQs

```
partner-ingo-hq-<number>-<role>@partner.org
```

Number is an integer from **1 to 2** range. Roles same as above.


---

# 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://unicef.gitbook.io/unpp/technical-documentation/development-setup/development-data.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.
