# Resources

- [Smart Sending](https://docs.crowdpower.io/resources/smart-sending.md): Worried about sending too many messages to the same customer? With Smart Sending, we make sure they won’t be inundated with messages.
- [Working with Sessions](https://docs.crowdpower.io/resources/working-with-sessions.md): Sessions are tracked automatically for each customer if sent to CrowdPower via the JavaScript tag or Beacon API.
- [Working with Traits](https://docs.crowdpower.io/resources/working-with-traits.md): Traits are attributes applied to each customer on CrowdPower.
- [Working with Phone Numbers](https://docs.crowdpower.io/resources/working-with-phone-numbers.md): Phone numbers can be used as customer traits or event properties, and optionally used in automations to send SMS messages via 3rd party integrations.
- [Personalizing Messages](https://docs.crowdpower.io/resources/personalizing-messages.md)
- [Push Notifications](https://docs.crowdpower.io/resources/push-notifications.md): You can send push notifications with Chrome and all modern browsers using the CrowdPower Service Worker and JavaScript Tag.
- [Unsubscribe Groups](https://docs.crowdpower.io/resources/unsubscribe-groups.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.crowdpower.io/resources.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.
