> For the complete documentation index, see [llms.txt](https://resources.mogulnetworking.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resources.mogulnetworking.com/features/custom-fields-for-people.md).

# Custom Fields for People

## Custom Field Editor

By default, Mogul includes a few fields like "Name", "Email" and "Notes". You can expand on these by adding custom fields to Mogul.&#x20;

You can access the custom fields editor by clicking "[Customize Fields](https://app.mogulnetworking.com/account/editor/people)" at the bottom of any person's profile or by visiting your account settings and clicking "[Customize Fields"](https://app.mogulnetworking.com/account/editor/people) in the "Customization" section.&#x20;

Mogul supports the following field types

1. Text Field - A single line text field.
   * Examples: Company, University, Linkedin URL, Twitter URL...
2. Text Area - A multi-line text field.&#x20;
   * Examples: List of children's names, previous companies, favorite books...
3. Dropdown - Select from a list of options. Great for set categories.&#x20;
   * Example: Categorize people as either "Personal" or "Work"
4. Important Date
   * Examples: Birthdays, Work Anniversaries or even a Death Anniversaries (as a reminder to be mindful during a certain time)

You can add custom fields by scrolling down and clicking the "Add Field" button, as shown below. Once you've made all the changes you want, you can click "Publish Changes".&#x20;

Custom fields will appear on user's profiles and search results.&#x20;

![](/files/-MXxuZv7wU0q0TfHVpjM)

Certain fields cannot be modified or deleted. They will appear with a lock icon.

![](/files/-MXxsOqg1ia_QlSMbd5i)

{% hint style="info" %}
Custom fields are supported within the mobile app! They will automatically appear within the app as you edit the fields
{% endhint %}

## Searchable Fields

If you want your custom field to be searchable, simply toggle the "Searchable" toggle on the field. Dates are unable to be made searchable.&#x20;

![](/files/-MXxs_-56mBNh5dCSce-)


---

# 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://resources.mogulnetworking.com/features/custom-fields-for-people.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.
