> For the complete documentation index, see [llms.txt](https://docs.themeatstick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeatstick.com/legacy-products/legacy/meatstick-2018/how-does-the-stick-work.md).

# How does the 2018 Stick work?

The 2018 Stick offers a simple cooking experience with these steps:

1. **App Download and Account Creation:** Download the app and create your account to get started.\
   [![](https://cdn.shopify.com/s/files/1/0080/0410/8403/files/app-store.png?6916)](https://apps.apple.com/us/app/the-meatstick/id1353339890)[![](https://cdn.shopify.com/s/files/1/0080/0410/8403/files/google-play.png?6916)](https://play.google.com/store/apps/details?id=com.themeatstick.app\&hl=en)<br>
2. **Charging the Stick:** Plug the micro USB-powered charger into a power source. Place the Stick on the charger and ensure it charges for a minimum of 4 hours before its initial use.
3. **Activating the Stick:** Press the button on the charger to activate the Stick. In the app, select the Stick and choose your desired cook.
4. **Inserting Stick into Meat:** Remove the Stick from the charger and insert it fully into the meat, up to the ceramic handle. Position the notch in the thickest part of the meat, avoiding fat and bones.<br>
5. **Real-time Data Monitoring:** Receive real-time data on your smartphone. The app will notify you when your meat is ready. Note that the Stick will be hot after cooking, so handle it with care when removing
6. **Post-Cook Care:** After enjoying your cooked meat, allow the Stick to cool down. Clean it thoroughly to maintain its pristine appearance.<br>

These steps make the 2018 Stick a convenient and reliable tool for achieving your desired cooking results.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.themeatstick.com/legacy-products/legacy/meatstick-2018/how-does-the-stick-work.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
