> For the complete documentation index, see [llms.txt](https://docs.tuumio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tuumio.com/tuumio-wallet-user-manual/care.trials/trial-admin.md).

# Trial Admin

### Activating a trial

1. Sign in to the TuumIO Wallet app.
2. From the Manage Networks screen, tap **Care.Trials**.
3. Tap **Start Here**.\
   ![](/files/tIVmqZpA4P4zO9Eft8Fc)
4. Tap **Activate Trial**.
5. Tap **Step 1: Request admin code.**\
   ![](/files/ELQ7NQY8CEGOKh4y8kc3)
6. Enter the Trial ID and the email address where you want the activation code to be sent.\
   ![](/files/aGzw9I3axhxxgTnU3TDw)
7. Tap **Request code**. Wait for the activation code to be sent to your email.
8. Tap **Step 2: Activate admin role**.\
   ![](/files/swQNGKZart0zl3wuFIun)
9. Enter the activation code you received in Step 1.\
   ![](/files/rKWb94UDuM6rzfsUYsxQ)
10. Tap **Activate**.

### Updating trial info

1. Sign in to the TuumIO Wallet app.
2. From the Manage Networks screen, tap **Care.Trials**.
3. Tap **Start Here**.\
   ![](/files/q8duJ1fnuNgizsNoRm7a)
4. In the "Active trials" list, select the trial you want to update.\
   ![](/files/Kk9FOxRSBx5CN8DUPnyD)
5. Select **Update trial info**.\
   ![](/files/QlMlIawdDzAXZ6ZyKMz8)
6. Fill in the details you want to modify.\
   ![](/files/53Q6DJflZgPELtxtcxmo)
7. Tap **Update**.

### Setting the budget

1. Sign in to the TuumIO Wallet app.
2. From the Manage Networks screen, tap **Care.Trials**.
3. Tap **Manage Sites**.\
   ![](/files/i09KboW8Ck6BLPhA52Pr)
4. Select the site you want to update.
5. Tap **View budget requests**.\
   ![](/files/aYnD8u9RbsVijKUzJbof)
6. Select the site and the budget request you want to view.\
   ![](/files/9jp05tCj1TzDgVMvfMmU)\
   \
   ![](/files/rJOCdg5e1LkxFOzPt8ku)
7. To approve the request, tap **Set Budget**.\
   ![](/files/Gf5UEdhlOIZ0byNUu4jM)
8. Enter the amount in SOLVE, then add a comment.\
   ![](/files/QykvmZNwIZ4H4HEq0V2c)
9. Tap **Submit**.

### Checking the site statistics

1. Sign in to the TuumIO Wallet app.
2. From the Manage Networks screen, tap **Care.Trials**.
3. Tap **Manage Sites**.\
   ![](/files/Yl35EWqknO6FjLeW6qLi)
4. Select the site you want to update.
5. Tap **Check site statistics > Update**.\
   ![](/files/HBHSBm7HR6XBLRaJRsLm)\
   \
   ![](/files/sAhqMjxYz0cZmsxQx71y)


---

# 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://docs.tuumio.com/tuumio-wallet-user-manual/care.trials/trial-admin.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.
