# Additional Information in a Participant's Profile

Want to collect extra information from your clients — such as a national ID number or home address? Or perhaps you need to add a note to a specific participant — for example, how they found out about your classes?

You can do this using custom fields.

## Adding custom fields

In the ActiveNow school panel, go to:

* *Settings* → *General* and find the *Custom fields settings* section
* Click *Additional participant-related fields*
* Click *Add field*, then enter a name and choose a field type

If you choose the *Dropdown* type, a *Choice options* section will appear where you can add the available options. Separate them with the **|** character (Shift + the key above Enter).

![Custom fields settings with Add field button and field type selection](/files/j7BYjiLWtjT2rQqmddFC)

## Changing a field value for a specific participant

To fill in a custom field for a specific participant, open their profile (e.g. through the *Participants* tab) and find the *Custom fields* section.

You can edit values as follows:

* For *Yes/No* fields — toggle the switch
* For text fields — click the pencil icon, enter the value, then click outside the field to save
* For *Dropdown* fields — click the icon to expand the list and select an option

![Participant profile Custom fields section showing different field types with edit controls](/files/VgUaDWujxkGm7gd0R1aR)

## Viewing a summary for all participants

To see custom field values for all participants at once, go to the *Participants* tab. Click *Change columns*, select the custom fields you want to display, and click *Confirm* — the selected columns will appear in the participant list.


---

# 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://help.activenow.io/en/client-management/additional-information-in-participant-profile.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.
