# 🛒 PLEX STORE

- [Markdown Guide](https://docs.plexdevelopment.net/plex-store/markdown-guide.md): Markdown Guide for product descriptions
- [Email System](https://docs.plexdevelopment.net/plex-store/email-system.md): Plex Store comes with SendGrid and SMTP support.
- [How to update](https://docs.plexdevelopment.net/plex-store/how-to-update.md): This is a guide on how to update Plex Store. Follow these simple steps to update Plex Store while keeping your configuration and data intact.
- [API](https://docs.plexdevelopment.net/plex-store/api.md)
- [Anti-piracy placeholders](https://docs.plexdevelopment.net/plex-store/anti-piracy-placeholders.md): Guide to Using Anti-Piracy Placeholders


---

# 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.plexdevelopment.net/plex-store.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.
