> For the complete documentation index, see [llms.txt](https://docs.spice.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.spice.ai/docs/monitoring/monitoring/portal.md).

# Portal

Monitor Spice Cloud projects from the Spice.ai portal

The Spice.ai Cloud portal includes a built-in monitoring dashboard — no external tools or configuration required.

## Monitoring Dashboard

The **Observability** tab in your project provides real-time visibility into usage, request performance, and API activity:

* **SQL Queries** — total count, success/failure rate, and average duration
* **AI Completions** — LLM inference request metrics
* **Vector Searches** — embedding-based search request metrics
* **Embedding Calculations** — embedding generation metrics
* **Dataset Refreshes** — accelerated dataset refresh success and timing

### Accessing the Dashboard

1. Navigate to your Spice project in the [portal](https://spice.ai)
2. Click the **Observability** tab in the project navigation bar
3. Select a time range: **1 hour**, **24 hours**, **7 days**, or **28 days**

Use the metrics dashboard to identify usage trends, detect spikes in query duration, and plan capacity.

## API Request Logs

The request logs provide a detailed record of individual API requests, including status codes, durations, and timestamps.

1. Open the **Observability** tab for your project
2. Select **Request Logs** in the left navigation
3. Select a time range: **past hour**, **8 hours**, **24 hours**, or **up to 3 days**

Use request logs to debug failing queries, identify slow requests, and audit API usage.

For full details, see the [Portal Monitoring](/docs/portal/monitoring-and-request-logs.md) documentation.

See also:

* [Metrics API](https://github.com/spicehq/docs/tree/trunk/cloud/api/metrics.md) - Scrape metrics programmatically for external dashboards
* [Grafana & Prometheus](/docs/monitoring/monitoring/grafana.md) - Self-hosted monitoring with Grafana
* [Datadog](/docs/monitoring/monitoring/datadog.md) - Monitoring with Datadog


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.spice.ai/docs/monitoring/monitoring/portal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
