# Profiles

## Add a Profile

Click the **`+`** button on the bottom left corner of the **`PROFILES`** page.

![](/files/-MQ6Y3gVPPWJ3yquxrpC)

Fill out all information required then click **`SAVE`**.

![](/files/-MQ6YgFCkUIG1U0_klJV)

## Instruction of Template&#x20;

Filling in the personal information using the following templates, profiles will be generated randomly at the checkout.

* `%fname%, %fnamelower%`: the first name of the section, add lower suffix for lowercase
* `%lname%, %lnamelower%`: the last name of the section, add lower suffix for lowercase
* `%charN%`: Generate N random lowercase English letters&#x20;
* `%CHARN%`: Generate N random uppercase English letters&#x20;
* `%numN%`: Generate N random numbers&#x20;
* `%random%`: Randomly fill the field; currently, only first name and last name fields are supported.

## Tips

* Profiles should be grouped.
* Profile with templating instructions won't be realized until the last moment which means we don't know the exact information until it's submitted to the target website.
* Profile with templating instructions could be imported/exported too.


---

# 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://kylin-inc.gitbook.io/kylinbot/instroduction/profiles.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.
