# Account

The Account section guides you through setting up and managing your PerfAgents account. It covers everything from creating an account and setting up your organization to managing users, and user-level capabilities. This section helps you understand how access, ownership, and usage are structured across your organization.

{% stepper %}
{% step %}

### Create Account

Learn how to create your PerfAgents account and get started on the platform. This subsection explains the initial signup flow, account verification, and how your user identity is established in the system.
{% endstep %}

{% step %}

### Set Up Organization

This subsection explains how an organization is created during onboarding. It covers complete organization and user onboarding across all plans.
{% endstep %}

{% step %}

### User Roles & Access

Understand the available user roles within an organization and how access is controlled. This section explains Org Owner and Member roles, and how project-level access is assigned.
{% endstep %}

{% step %}

### PerfAgents Platform

This section provides the PerfAgents platform overview, highlighting its layout, navigation, and unified visibility into testing and monitoring activities.
{% endstep %}
{% endstepper %}


---

# 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://docs.perfagents.com/user-guide/account.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.
