# 3 quick strategies for using List Gadget

{% embed url="<https://www.loom.com/share/9d3018adafb54977a1811f3c2cbadf2e?sid=ee352435-9c95-4909-9c3a-ec868f3cb611>" %}

1. **Create a Feedback Mechanism**:
   * Open your email service provider (ESP) and navigate to your email templates.
   * Edit your preferred template (e.g., your 'starting point' template you use to send emails).
   * Embed a simple feedback question at the end of the email, such as "How was this email?" with options for thumbs up and thumbs down.
   * For thumbs up, redirect users to a custom thank-you page or content. For thumbs down, set up a feedback form that sends responses directly to your email.
2. **Archive Content Reaction**:
   * Decide on two pieces of your best content (e.g., top blog posts, YouTube videos).
   * Create a new reaction in ListGadget titled "Archive Mystery" or similar.
   * Write a brief description inviting users to check out the content, using engaging language (e.g., "Here are two mystery pieces of content I've created").
   * Use custom redirects to link to the selected content pieces.
   * Save the reaction and consider adding it to your email template or changing it weekly.
3. **Conduct a Poll**:
   * Prepare a list of content ideas for your next project (e.g., blog post, video).
   * Create a poll asking your audience which content they want to see next. Limit the options to the top three ideas.
   * Example question: "Which piece of content do you want to see next?" followed by options (e.g., "Roasting your own coffee," "Building a home server," "Pickleball").
   * Send the poll to your email list and analyze the results to determine your next content focus.

#### Cautionary Notes

* Ensure that the feedback and poll options are clear and easy to understand to avoid confusion.
* Test the embedded HTML and links to ensure they work correctly before sending out emails.
* Avoid overwhelming your audience with too many options in polls; stick to three choices for clarity.


---

# 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.listgadget.com/getting-started/publish-your-docs.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.
