# PalletML (beta)

## 2020.01.01

- [Machine Learning on Mobile](https://guide.palletml.com/0.3.0/master.md): Deploy, share, and explore machine learning models on mobile.
- [Your First No-Code Smart App](https://guide.palletml.com/0.3.0/quickstart/your-first-no-code-smart-app.md)
- [Download Pre-Built Models](https://guide.palletml.com/0.3.0/quickstart/download-pre-built-models.md): Want to try Pallet but don't have a model handy? Download one of these pre-built models to get started now 👇
- [Deploy Your Model](https://guide.palletml.com/0.3.0/deploy/deploy-your-model.md)
- [Share Your Model](https://guide.palletml.com/0.3.0/deploy/share-your-model.md)
- [Explore](https://guide.palletml.com/0.3.0/explore-1/explore.md)
- [Create an Image Classifier](https://guide.palletml.com/0.3.0/create-image-classifiers.md)
- [Google Teachable Machine (No-Code)](https://guide.palletml.com/0.3.0/create-image-classifiers/teachable-machine.md): Create an image classification model using Google's Teachable Machine and deploy it to a mobile app with PalletML.

## 2020.03.19

- [Machine Learning on Mobile](https://guide.palletml.com/master.md): Deploy, share, and explore machine learning models on mobile.
- [Quick Start - Deploy a Model](https://guide.palletml.com/quickstart-deploy-a-model.md): Deploy an image classification model with Pallet and start making predictions in just 5 minutes.
- [Tutorials](https://guide.palletml.com/getting-started/tutorials.md)
- [Your First No-Code Smart App](https://guide.palletml.com/getting-started/tutorials/your-first-no-code-smart-app.md)
- [Deploy a Model](https://guide.palletml.com/deploy/deploy-your-model.md)
- [Share a Model](https://guide.palletml.com/deploy/share-your-model.md)
- [Explore Pallet](https://guide.palletml.com/explore-1/explore.md)
- [Create an Image Classifier](https://guide.palletml.com/models/create-image-classifiers.md)
- [Google Teachable Machine (No-Code)](https://guide.palletml.com/models/create-image-classifiers/teachable-machine.md): Create an image classification model using Google's Teachable Machine and deploy it to a mobile app with PalletML.
- [Download Pre-Built Models](https://guide.palletml.com/models/download-pre-built-models.md): Want to try Pallet but don't have a model handy? Download one of these pre-built models to get started now 👇
- [FAQ](https://guide.palletml.com/resources/faq.md)
- [About](https://guide.palletml.com/resources/about.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://guide.palletml.com/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.
