# Portal

- [Playground](https://docs.spice.ai/docs/portal/playground.md)
- [SQL Query](https://docs.spice.ai/docs/portal/playground/sql-query-editor.md): Use the Playground's SQL editor to easily explore data
- [NSQL Query](https://docs.spice.ai/docs/portal/playground/nsql-query.md)
- [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
- [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)
- [Monitoring](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.
- [Observability](https://docs.spice.ai/docs/portal/observability.md)
- [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: 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:

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

The question should be specific, self-contained, and written in natural language.
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.
