# Command

- [ACCEPT INVITATION](https://docs.deltastream.io/reference/sql-syntax/command/accept-invitation.md)
- [CAN I](https://docs.deltastream.io/reference/sql-syntax/command/can-i.md)
- [COPY DESCRIPTOR\_SOURCE](https://docs.deltastream.io/reference/sql-syntax/command/copy-descriptor_source.md)
- [COPY FUNCTION\_SOURCE](https://docs.deltastream.io/reference/sql-syntax/command/copy-function_source.md)
- [DESCRIBE ENTITY](https://docs.deltastream.io/reference/sql-syntax/command/describe-entity.md)
- [DESCRIBE QUERY](https://docs.deltastream.io/reference/sql-syntax/command/describe-query.md)
- [DESCRIBE QUERY METRICS](https://docs.deltastream.io/reference/sql-syntax/command/describe-query-metrics.md)
- [DESCRIBE QUERY EVENTS](https://docs.deltastream.io/reference/sql-syntax/command/describe-query-events.md)
- [DESCRIBE QUERY STATE](https://docs.deltastream.io/reference/sql-syntax/command/describe-query-state.md)
- [DESCRIBE RELATION](https://docs.deltastream.io/reference/sql-syntax/command/describe-relation.md)
- [DESCRIBE RELATION COLUMNS](https://docs.deltastream.io/reference/sql-syntax/command/describe-relation-columns.md)
- [DESCRIBE ROLE](https://docs.deltastream.io/reference/sql-syntax/command/describe-role.md)
- [DESCRIBE SECURITY INTEGRATION](https://docs.deltastream.io/reference/sql-syntax/command/describe-security-integration.md)
- [DESCRIBE \<statement>](https://docs.deltastream.io/reference/sql-syntax/command/describe-less-than-statement-greater-than.md)
- [DESCRIBE STORE](https://docs.deltastream.io/reference/sql-syntax/command/describe-store.md)
- [DESCRIBE USER](https://docs.deltastream.io/reference/sql-syntax/command/describe-user.md)
- [GENERATE STREAM DDL](https://docs.deltastream.io/reference/sql-syntax/command/generate-columns.md)
- [GENERATE CHANGELOG DDL](https://docs.deltastream.io/reference/sql-syntax/command/generate-changelog-ddl.md)
- [GENERATE TEMPLATE](https://docs.deltastream.io/reference/sql-syntax/command/generate-template.md)
- [GRANT OWNERSHIP](https://docs.deltastream.io/reference/sql-syntax/command/grant-ownership.md)
- [GRANT PRIVILEGES](https://docs.deltastream.io/reference/sql-syntax/command/grant-privileges.md)
- [GRANT ROLE](https://docs.deltastream.io/reference/sql-syntax/command/grant-role.md)
- [INVITE USER](https://docs.deltastream.io/reference/sql-syntax/command/invite-user.md)
- [LIST API\_TOKENS](https://docs.deltastream.io/reference/sql-syntax/command/list-api_tokens.md)
- [LIST COMPUTE\_POOLS](https://docs.deltastream.io/reference/sql-syntax/command/list-compute_pools.md)
- [LIST DATABASES](https://docs.deltastream.io/reference/sql-syntax/command/list-databases.md)
- [LIST DESCRIPTORS](https://docs.deltastream.io/reference/sql-syntax/command/list-descriptors.md)
- [LIST DESCRIPTOR\_SOURCES](https://docs.deltastream.io/reference/sql-syntax/command/list-descriptor_sources.md)
- [LIST ENTITIES](https://docs.deltastream.io/reference/sql-syntax/command/list-entities.md)
- [LIST FUNCTIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-functions.md)
- [LIST FUNCTION\_SOURCES](https://docs.deltastream.io/reference/sql-syntax/command/list-function_sources.md)
- [LIST INVITATIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-invitations.md)
- [LIST METRICS INTEGRATIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-metrics-integrations.md)
- [LIST ORGANIZATIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-organizations.md)
- [LIST QUERIES](https://docs.deltastream.io/reference/sql-syntax/command/list-queries.md)
- [LIST RELATIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-relations.md)
- [LIST ROLES](https://docs.deltastream.io/reference/sql-syntax/command/list-roles.md)
- [LIST SCHEMAS](https://docs.deltastream.io/reference/sql-syntax/command/list-schemas.md)
- [LIST SCHEMA\_REGISTRIES](https://docs.deltastream.io/reference/sql-syntax/command/list-schema_registries.md)
- [LIST SECRETS](https://docs.deltastream.io/reference/sql-syntax/command/list-secrets.md)
- [LIST SECURITY INTEGRATIONS](https://docs.deltastream.io/reference/sql-syntax/command/list-security-integrations.md)
- [LIST STORES](https://docs.deltastream.io/reference/sql-syntax/command/list-stores.md)
- [LIST USERS](https://docs.deltastream.io/reference/sql-syntax/command/list-users.md)
- [PRINT ENTITY](https://docs.deltastream.io/reference/sql-syntax/command/print-entity.md)
- [REJECT INVITATION](https://docs.deltastream.io/reference/sql-syntax/command/reject-invitation.md)
- [REVOKE INVITATION](https://docs.deltastream.io/reference/sql-syntax/command/revoke-invitation.md)
- [REVOKE PRIVILEGES](https://docs.deltastream.io/reference/sql-syntax/command/revoke-privileges.md)
- [REVOKE ROLE](https://docs.deltastream.io/reference/sql-syntax/command/revoke-role.md)
- [SET DEFAULT](https://docs.deltastream.io/reference/sql-syntax/command/set-default.md)
- [USE](https://docs.deltastream.io/reference/sql-syntax/command/use.md)
- [START COMPUTE\_POOL](https://docs.deltastream.io/reference/sql-syntax/command/start-compute_pool.md)
- [STOP COMPUTE\_POOL](https://docs.deltastream.io/reference/sql-syntax/command/stop-compute_pool.md)


---

# 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.deltastream.io/reference/sql-syntax/command.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.
