> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/profiles/creating-a-customer-profile/how-to-add-a-phone-number.md).

# Add a Phone Number

There are two ways to add a phone number to a Customer’s Profile:

* From the front-end App
* From the Dashboard

### From the App

The Customer would:

1. Click on the More tab (bottom right button)
2. Click on `Account` (top button)
3. Click on `Account Info` (top button)
4. Click on `Phone`
5. Enter the phone number
6. Click the `Send Code` button
   1. The system will then verify the phone number by sending the Customer a code
7. Enter the code received via text message into the App

{% hint style="info" %}
**For international phone numbers**, when the Customer clicks on the “Phone” button in the Account Info section, if the flag the Customer sees belongs to their country, they do not need to add +CODE. If the flag they see does not belong to their country, the Customer can either:

* Choose the country with the flag dropdown
  * Then add the phone number without +CODE
* Add +CODE \[number]
  * This will choose the flag for you
    {% endhint %}

### From the Dashboard

A staff member can:

1. Navigate to the Customer Page
2. Search for the specific Customer
3. Click on the Customer’s Account
4. Notice the side panel pops-up
5. Click the pencil icon next to Phone Number (top of the Overview tab)
6. Enter a phone number
7. Click the blue Save button


---

# 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.podplay.app/profiles/creating-a-customer-profile/how-to-add-a-phone-number.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.
