> For the complete documentation index, see [llms.txt](https://help.minecraftbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.minecraftbot.com/introduction/basics/miscellaneous-concepts/container-slots.md).

# Container Slots

## How to determine a slots index?

Understanding what is classified as a container in the bot is crucial. Most popups are considered containers, including chests, ender chests, furnaces, etc.

**Slot indexes start from 0 (not from 1)**. This means you can determine any slot's index by counting from the top left, starting at 0. For example:

* The 1st slot, meaning at top left, is index 0.
* The 2nd slot, is index 1 (see illustrations below).

To further illustrate this, please refer to the images below:

<div align="left"><figure><img src="https://517385690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZmoaIOMDNgZ4pd4r9Ev%2Fuploads%2F49roNOdGONCG2cmxI6Jd%2Fimage.png?alt=media&amp;token=21a40187-8540-4cd4-986b-27afbdcb9cfd" alt="" width="128"><figcaption><p>Double Chest</p></figcaption></figure> <figure><img src="https://517385690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZmoaIOMDNgZ4pd4r9Ev%2Fuploads%2FPOZqd49eOIaecUzBa88k%2Fimage.png?alt=media&amp;token=f01e612b-0b0c-4ae3-94dd-af755be3a459" alt="" width="128"><figcaption><p>Furnace</p></figcaption></figure> <figure><img src="https://517385690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZmoaIOMDNgZ4pd4r9Ev%2Fuploads%2FAvl8mfQLTU2YxqNfp4xL%2Fdispenser.png?alt=media&amp;token=bbf12dd3-5b56-40d8-89db-97b8afcb279e" alt="" width="128"><figcaption><p>Dispenser</p></figcaption></figure> <figure><img src="https://517385690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZmoaIOMDNgZ4pd4r9Ev%2Fuploads%2FgsqF7uDwMpKNuSXllkEI%2Fhopper.png?alt=media&amp;token=96b64381-cae4-44d0-b19a-b53abee476d0" alt="" width="128"><figcaption><p>Hopper</p></figcaption></figure> <figure><img src="https://517385690-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOZmoaIOMDNgZ4pd4r9Ev%2Fuploads%2FL5l2a1i3ciH2Nq3dBwuy%2Fbrewing_stand.png?alt=media&amp;token=1dd3df6c-50e6-45d9-b186-9fd93e2156b8" alt="" width="128"><figcaption><p>Brewing Stand</p></figcaption></figure></div>

*(these are just illustration images, any size chest will work)*
