# Introduction

CrowdPower was built by founders — for founders — to help put your marketing and growth on autopilot while you focus on building a great product your customers love. These docs will educate you on CrowdPower’s core concepts and API endpoints.

If you have any further questions, we’re happy to help over chat, email, or Slack Connect for 1-1 assistance.

**Here are some great starting points:**

Briefly learn about about each facet of the platform.

{% content-ref url="getting-started/the-basics" %}
[the-basics](https://docs.crowdpower.io/getting-started/the-basics)
{% endcontent-ref %}

Learn how to send customer data to CrowdPower with a few lines of code.

{% content-ref url="getting-started/javascript-tag" %}
[javascript-tag](https://docs.crowdpower.io/getting-started/javascript-tag)
{% endcontent-ref %}

Learn how to set up CrowdPower to send email.

{% content-ref url="getting-started/email-setup" %}
[email-setup](https://docs.crowdpower.io/getting-started/email-setup)
{% endcontent-ref %}

Learn about all the ways to import customer data.

{% content-ref url="getting-started/importing-customers" %}
[importing-customers](https://docs.crowdpower.io/getting-started/importing-customers)
{% endcontent-ref %}


---

# 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.crowdpower.io/master.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.
