> ## Documentation Index
> Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Environment Tracking

> Effortlessly track and manage your development, staging, and production environments with Helicone.

Many organizations operate across multiple environments, such as development, staging, and production. To differentiate these environments, you can establish a `Helicone-Property-Environment` property. In the example below, we assign the "development" property to the environment:

```python theme={null}
client.chat.completions.create(
    # ...
    extra_headers={
        "Helicone-Property-Environment": "development",
    }
)
```

If you are utilizing any other libraries or packages, please refer to our [Custom Properties](/features/advanced-usage/custom-properties) documentation for guidance.

### Viewing Environments

On the [request page](https://www.helicone.ai/requests), you can conveniently view all the environments that your organization has employed.

<Frame>
  <img src="https://mintcdn.com/helicone/tEQUFyBH7IjDxuEd/images/environment-cp/1.png?fit=max&auto=format&n=tEQUFyBH7IjDxuEd&q=85&s=ea180d1e351bdeb2a5327bed33682a0e" alt="View environments tracked by Helicone on the Requests page." width="2530" height="1222" data-path="images/environment-cp/1.png" />
</Frame>

Additionally, you can filter by environment to view all the requests made within that specific environment.

<Frame>
  <img src="https://mintcdn.com/helicone/tEQUFyBH7IjDxuEd/images/environment-cp/2.png?fit=max&auto=format&n=tEQUFyBH7IjDxuEd&q=85&s=1d3159bb47d3190be39702b8384f8706" alt="Filter requests by specific environments on the Requests page." width="2598" height="862" data-path="images/environment-cp/2.png" />
</Frame>

Efficiently add filters to your requests to view all the requests made in a particular environment.

<Frame>
  <img src="https://mintcdn.com/helicone/tEQUFyBH7IjDxuEd/images/environment-cp/3.png?fit=max&auto=format&n=tEQUFyBH7IjDxuEd&q=85&s=9143d8168897517e7d2e63893784ea75" alt="Add filters to specify environment within Helicone." width="1546" height="474" data-path="images/environment-cp/3.png" />
</Frame>

Helicone also offers a dedicated page to view all the environments that your organization has utilized. You can also view the number of requests made in each environment.

Visit the [properties page](https://www.helicone.ai/properties) to view all the environments that your organization has employed.

<Frame>
  <img src="https://mintcdn.com/helicone/tEQUFyBH7IjDxuEd/images/environment-cp/4.png?fit=max&auto=format&n=tEQUFyBH7IjDxuEd&q=85&s=bf69f742bec0aafed4a2cb3d72b7cdec" alt="View cost, usage and latency associated with a custom property on the Properties page." width="3376" height="1892" data-path="images/environment-cp/4.png" />
</Frame>
