> 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/portal.md).

# Portal

- [Playground](https://docs.spice.ai/docs/portal/playground.md): Query data, chat with models, and try the runtime APIs from the browser
- [SQL Query](https://docs.spice.ai/docs/portal/playground/sql-query-editor.md): Use the Playground's SQL editor to easily explore data
- [Text-to-SQL](https://docs.spice.ai/docs/portal/playground/nsql-query.md): Ask a question in natural language and review the SQL Spice generates
- [AI Chat](https://docs.spice.ai/docs/portal/playground/ai-chat.md): Use AI Chat to interact with Spice Models
- [Search](https://docs.spice.ai/docs/portal/playground/search.md)
- [Organizations](https://docs.spice.ai/docs/portal/organizations.md)
- [OAuth Clients](https://docs.spice.ai/docs/portal/oauth-clients.md)
- [Apps](https://docs.spice.ai/docs/portal/apps.md)
- [API keys](https://docs.spice.ai/docs/portal/apps/api-keys.md)
- [Secrets](https://docs.spice.ai/docs/portal/apps/secrets.md)
- [Tags](https://docs.spice.ai/docs/portal/apps/tags.md)
- [Publish](https://docs.spice.ai/docs/portal/apps/publish.md)
- [Connect GitHub](https://docs.spice.ai/docs/portal/apps/connect-github.md): Connect your Spice.ai app to a GitHub repository
- [Transfer](https://docs.spice.ai/docs/portal/apps/transfer.md)
- [Delete](https://docs.spice.ai/docs/portal/apps/delete.md)
- [Runtime](https://docs.spice.ai/docs/portal/apps/runtime.md): Configuring Spice.ai runtime for your Spice application
- [Public Apps](https://docs.spice.ai/docs/portal/public-apps.md): Publish app to https://spicerack.org
- [SpiceRack Registry](https://docs.spice.ai/docs/portal/spicerack.md): Discover, install, and publish Spicepods on https://spicerack.org
- [App Spicepod](https://docs.spice.ai/docs/portal/app-spicepod.md)
- [Spicepod Configuration](https://docs.spice.ai/docs/portal/app-spicepod/spicepod-configuration.md)
- [Deployments](https://docs.spice.ai/docs/portal/app-spicepod/deployments.md): Monitor and manage app Spicepod instances and deployments.
- [Spice Runtime Versions](https://docs.spice.ai/docs/portal/app-spicepod/spice-runtime-versions.md)
- [Datasets](https://docs.spice.ai/docs/portal/datasets-and-views.md): Custom Datasets and Views documentation.
- [Models](https://docs.spice.ai/docs/portal/models.md)
- [Observability](https://docs.spice.ai/docs/portal/monitoring-and-request-logs.md): Continuously identify and fix issues by tracking process actions with Spice monitoring and request logs.
- [Profile](https://docs.spice.ai/docs/portal/profile.md)
- [Personal Access Tokens](https://docs.spice.ai/docs/portal/profile/personal-access-tokens.md)
- [External Data Sources](https://docs.spice.ai/docs/portal/external-data-sources.md): Connect external data sources to Spice.ai


---

# 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/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.
