> For the complete documentation index, see [llms.txt](https://docs.pandium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pandium.com/getting-started/pandium-integration-tutorial/pokemon-of-the-day-part-1.md).

# Pokémon of the Day, Part 1

Congratulations - The Pokémon Trainer Academy has hired you to develop integrations to run on the Pandium they just bought!

The Academy has noticed that many of their students confine themselves to just a few favorite Pokémon when it's better to train a wider variety. To address this they need you to write an integration that will send educational messages to the trainers about the many different Pokémon they could work with.

Here are the features the Academy wants in the finished integration:

* On a normal run it will identify & fetch the Pokémon of the day and then send a Slack message about it to the Academy's Pokémon trainers.
* The integration will not send a message about the same Pokémon twice.

Here's what you will get to do along the way:

* Create your first [integration](/getting-started/key-terminology.md#integration) on the Pandium Integration Hub.
* Connect your Pandium integration to a remote repository where you will keep its code.
* Create a [tenant](/getting-started/key-terminology.md#tenant) for the integration which will run your code.
* Connect that tenant to your Slack account.
* Fill out your integration's remote repository with your own TypeScript code.
* Make several [release](/getting-started/key-terminology.md#release)[s](/getting-started/key-terminology.md#release) for your integration with different versions of your code.
* Set a schedule for how often your tenant will run.
* Run the tenant so you get your Pokémon of the day in Slack!


---

# 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.pandium.com/getting-started/pandium-integration-tutorial/pokemon-of-the-day-part-1.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.
