# Get Started

- [What is CodeWords?](https://docs.codewords.ai/get-started/readme.md): Describe what you need in plain language, and CodeWords builds AI agents and workflows from chat. Integrate with 3,000+ apps to automate your work.
- [Quickstart](https://docs.codewords.ai/get-started/quickstart.md): Here's a quick guide to all the CodeWords features to get you started.
- [Build your first automation](https://docs.codewords.ai/get-started/build-your-first-automation.md): Build your first CodeWords automation using LinkedIn extraction, AI summarization, and Gmail delivery.
- [Pricing](https://docs.codewords.ai/get-started/pricing.md): CodeWords offers flexible subscriptions with monthly credits, rollover, and priority support. Start free with $5 starter credits plus a free-plan allowance (up to $2 per day, up to 5 times per month)
- [FAQs](https://docs.codewords.ai/get-started/faqs.md): Navigate to or search FAQs for questions related to any specific topic.


---

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