# Things Groups

- [Get Things Group List](https://docs.monogoto.io/developer/api/things-groups/how-to-view-thing-group-list.md): This guide will show you how you can receive a list of your Thing Groups via an API command.
- [Move Thing to Different Things Group](https://docs.monogoto.io/developer/api/things-groups/how-to-move-a-thing-to-different-thing-group.md): This guide will show you how you can move your Thing (SIM card) from one Thing Group to another Thing Group.
- [Get Things Group Information](https://docs.monogoto.io/developer/api/things-groups/thing-group-information.md): This guide will show you how you can receive information about a Thing Group via an API command.
- [Lock Things Group to IMEI range (TAC)](https://docs.monogoto.io/developer/api/things-groups/how-to-configure-things-group-to-work-only-with-imei-range-tac.md): This guide will show you how you can Enable and Disable Master IMEI settings to allow your Thing Group SIM cards to work only with one manufacturer IMEI range (TAC)


---

# 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.monogoto.io/developer/api/things-groups.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.
