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

# Generating Data

## Wait for collectors to be ready

Before generating data, make sure that the collectors and applications are ready. To check this run the following command:

```bash theme={null}
kubectl get pods -n default
```

```bash theme={null}
kubectl get pods -n odigos-system
```

<Frame>
  <img src="https://mintcdn.com/odigos/q83sjmvkbDHigqAk/images/collectors_ready.png?fit=max&auto=format&n=q83sjmvkbDHigqAk&q=85&s=4724ddc8c75204c4640bd3652d433256" alt="Wait for collectors to be ready" width="1616" height="1022" data-path="images/collectors_ready.png" />
</Frame>

## Access frontend application and generate data

In order to access the frontend application, run the following command:

```bash theme={null}
kubectl port-forward svc/frontend 8080:8080
```

Then, open the following URL in your browser: [http://localhost:8080](http://localhost:8080) and purchase some items.

<Frame>
  <img src="https://mintcdn.com/odigos/q83sjmvkbDHigqAk/images/demo_frontend_app.png?fit=max&auto=format&n=q83sjmvkbDHigqAk&q=85&s=70e9781773d14615c3c929ac108b2200" alt="Frontend application" width="1616" height="1214" data-path="images/demo_frontend_app.png" />
</Frame>
