> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/utility-cards/setup-attribute.md).

# Setup Attribute

Setup Attribute card allows you to set or update an attribute for a customer. Attributes are custom fields that you can create and store while creating journeys. You can use attributes to store and retrieve any information about your customers.

## Using Setup Attribute

### Create custom attribute

* You need to enter the name of the custom attribute that you want to create or update for your customer.&#x20;
* You can choose from the existing user attributes or custom attributes, or create a new one.&#x20;
* User attributes are predefined attributes that are automatically collected by WhatsApp, such as language, country code, etc.&#x20;
* Custom attributes are attributes that you create and assign to the customer, such as gender, age, interests, etc.&#x20;

For example, you can enter or create a custom attribute like “Birthday”.

### Enter Value

* You need to enter the value that you want to assign to the custom attribute for your customer.&#x20;
* The value can be any word, number, or phrase that describes the customer’s information. You can also clear the attribute value by typing None as the option.&#x20;

For example, you can enter the value “January 1” for the custom attribute “Birthday” or type None to clear the value.

### Add multiple attribute&#x20;

* Add multiple attribute using same steps by clicking ‘+’: You can also add multiple custom attributes for your customer by clicking on the ‘+’ button and repeating the same steps.&#x20;

For example, you can add another custom attribute like “Favorite Color” and enter the value “Blue” for it.

<figure><img src="/files/4zbKQzbW0Uo8STCcxDWY" alt=""><figcaption></figcaption></figure>


---

# 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.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/utility-cards/setup-attribute.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.
