> For the complete documentation index, see [llms.txt](https://guides.yzylab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.yzylab.com/profiles/jigging.md).

# Jigging

Guiding you through the jigging options on the profiles tab.

While making your profiles you can make use of different **syntaxes** and the word "**random**" to automatically jig your profiles, which leads to fewer profiles and a more convenient process. The profile randomization occurs when the task reaches the shipping stage, this means that your profiles will be different each time it is selected by a task.

### How to use "random"?

You can make use of the word "**random**" in the following fields:

* First name: Generates a random first name.
* Last name: Generates a random last name.
* Email: Generates a random email, only works when making use of your catchall, use the following syntax: "**<random@your-catchall-here.com>**"

### How to use the syntaxes?

You can make use of syntaxes in all fields.

* `$$AZ5$$`: AZ means uppercase letters only, 5 means 5 random letters, this syntax would for example generate "**BGFSA**".
* `$$aZ3$$`: aZ means uppercase and lowercase letters, 3 means 3 random letters, this syntax would for example generate "**fDE**".
* `$$az7$$`: az means lowercase letters only, 7 means 7 random letters, this syntax would for example generate "**tjruwps**".
* `$$8$$`: 8 means 8 random numbers, adding your local prefix can make it a useful tool to generate phone numbers... `06$$8$$`, this syntax would for example generate "**0645641289**".


---

# 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.yzylab.com/profiles/jigging.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.
