> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-profiles-tab/profile-overview.md).

# Profile Overview

Profiles are essential for checking out on each site. It is recommended to run 1 profile per task and not to repeat information on the profiles. It's ideal to have multiple profiles all with unique information.

#### **Profile** <a href="#h_2bb4370322" id="h_2bb4370322"></a>

* **Profile Name:** Enter a name for this profile. This is the name that will be viewed during Task Creation.
* **Email:** Enter the email you want to use for this specific profile.
* **Phone Number:** Enter the phone number you want to use for the profile.

#### Payment Details <a href="#h_6945fea54a" id="h_6945fea54a"></a>

* **First Name:** Enter the First Name on the card.
* **Last Name:** Enter the Last Name on the card.
* **Card Number:** Enter the long number on the front of your credit/debit card.
* **Card Type:** Select the card provider (Visa, MasterCard, American Express, Discover, Mastercard)
* **MM/YY:** Enter the expiration date of your credit/debit card. (Ex. 03/25)
* **CVV Code:** Enter the security code, which is usually three digits and found on the reverse side of your credit/debit card. For American Express, this is four digits and located on the front of the debit/credit card.

#### Shipping Information/Billing Information <a href="#h_0c607e5ac2" id="h_0c607e5ac2"></a>

* **First Name:** The First Name of the person to be shipped/billed to.
* **Last Name:** The Last Name of the person to be shipped/billed to.
* **Address Line 1:** The first address of where it will be shipped to.
* **Address Line 2:** The seconds address of where it will be shipped to (Used for Apartments, Jigging, ETC)
* **Country:** The Country the address is in.
* **State:** The State the address is in.
* **City:** The City the address is in.
* **Postal Code:** The Postal/Zip Code the address is in.

There is **no** limit to the amount of profiles you can make.


---

# 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://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-profiles-tab/profile-overview.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.
