# Features

- [Built-in AI Capabilities](https://docs.codewords.ai/website-builder/features/built-in-ai-capabilities.md): Learn how to add AI-powered capabilities to your CodeWords web app using natural-language prompts.
- [Cloud Infrastructure](https://docs.codewords.ai/website-builder/features/cloud-infrastructure.md): Managed cloud infrastructure for CodeWords apps—backend, database, file storage, and one‑command deployment
- [Database](https://docs.codewords.ai/website-builder/features/database.md): Add Supabase to power your app with a PostgreSQL database, authentication, file storage, real-time updates, and Edge Function
- [Authentication](https://docs.codewords.ai/website-builder/features/authentication.md)
- [Payments & Subscriptions](https://docs.codewords.ai/website-builder/features/payments-and-subscriptions.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.codewords.ai/website-builder/features.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.
