# Getting Started with Inventory & Posture

This guide provides the following sections to help you get up and running with P0's [Inventory](/readme/access-inventory.md) and [Posture.](/readme/posture.md)

1. [Set up an Account](#set-up-an-account)
2. [Install a resource, create an environment, and run your first sca](#install-a-resource-create-an-environment-and-run-your-first-scan)n

{% hint style="info" %}
This process takes about 15 minutes.
{% endhint %}

## Set up an Account

To create your P0 account and set up an approver to approve access requests:

1. Create a free P0 account at[ https://p0.app/create-account](https://p0.app/create-account). All you need is an email address.
2. Set up a cloud integration through the guided onboarding flow (select **Access Inventory + IAM Posture**). You may skip this step and instead follow the instructions to install a resource[ in the next step.](#install-p0-on-an-iam-resource)

## Install a resource, create an environment, and run your first scan

You will need to install P0 on your desired resource, create an **environment**, and run your first Inventory & Posture scan. To do this, follow the steps in [Creating an Environment.](/environments/creating-an-environment.md)

## What's Next

If you run into any issues, please reach out to <support@p0.dev> for assistance. We're here to help!

Now that you have run an Inventory and Posture scan, you can:

* Run [custom queries to understand your environment](/inventory/query-search.md)
* [Analyze your security findings](/posture/monitor-results.md)
* Connect P0 to a [ticketing system](/integrations/tracker-integrations.md)
* Connect P0 to [your directory](/integrations/directory-integrations.md)
* [Start using P0's Just-in-time access](/getting-started/getting-started-with-just-in-time-access.md)


---

# 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.p0.dev/getting-started/getting-started-with-inventory-and-posture.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.
