> ## Documentation Index
> Fetch the complete documentation index at: https://odigos-cursor-browser-instrumentation-security-2830.mintlify.site/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-cursor-browser-instrumentation-security-2830/2k_QJDp53XNiALJZ/images/collectors_ready.png?fit=max&auto=format&n=2k_QJDp53XNiALJZ&q=85&s=db40f1340360ba0cabf01fb867f2e347" 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-cursor-browser-instrumentation-security-2830/2k_QJDp53XNiALJZ/images/demo_frontend_app.png?fit=max&auto=format&n=2k_QJDp53XNiALJZ&q=85&s=2b0ed0563f45293d5f342a79f266c608" alt="Frontend application" width="1616" height="1214" data-path="images/demo_frontend_app.png" />
</Frame>
