# Account Attributes

You may set values for standard account attributes such as first name and last name or set up custom attributes (e.g. department, age, etc.) as well. These allow you to identify users and personalize their experiences on Feathery. It also allows you to [prefill collaborative submissions](/platform/collaborative-workflows/collaboration.md#prefill-feathery-account-info) with standard account information to save users the hassle of having to enter it in multiple times.

<figure><img src="/files/8seOC3KEoMxyx9DLsMw6" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.feathery.io/platform/account-settings/account-attributes.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.
