# Guides

- [Get started with DinMo](https://docs.dinmo.io/guides/get-started-with-dinmo.md): Learn how to put your data in motion using DinMo
- [Initial Configuration of DinMo](https://docs.dinmo.io/guides/get-started-with-dinmo/initial-configuration-of-dinmo.md): All necessary technical operations are concentrated in the initial configuration phase, which takes less than one hour. Following this phase, non-technical users can use DinMo autonomously.
- [Connect a Source](https://docs.dinmo.io/guides/get-started-with-dinmo/initial-configuration-of-dinmo/connect-a-source.md): The first step in your DinMo journey is to connect to a source of data, enabling DinMo to access and manipulate it.
- [Create your Models](https://docs.dinmo.io/guides/get-started-with-dinmo/initial-configuration-of-dinmo/create-your-models.md): Once DinMo is connected to a source, creating a Data Model teaches DinMo the business context to the tables stored in the data warehouse.
- [Create a Destination](https://docs.dinmo.io/guides/get-started-with-dinmo/initial-configuration-of-dinmo/create-a-destination.md): Before being able to send data to a destination platform, it should first be connected to DinMo.
- [Create and Activate Segments on DinMo](https://docs.dinmo.io/guides/get-started-with-dinmo/create-and-activate-segments-on-dinmo.md): Once the initial setup is done, non-technical users can benefit from DinMo's no-code experience to efficiently segment and sync data to destination platforms
- [Create your first Segment](https://docs.dinmo.io/guides/get-started-with-dinmo/create-and-activate-segments-on-dinmo/create-your-first-segment.md): A segment is a sub part of a model, which can be activated to destination platforms.
- [Activate your first Segment](https://docs.dinmo.io/guides/get-started-with-dinmo/create-and-activate-segments-on-dinmo/activate-your-first-segment.md): The last step is to activate your segment, meaning, to create a data pipeline to a destination platform
- [Workspaces & Organizations](https://docs.dinmo.io/guides/workspaces-and-organizations.md): DinMo users are grouped into workspaces and organizations. We explore the meanings of each notion in this page.
- [Need Help?](https://docs.dinmo.io/guides/need-help.md)


---

# 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.dinmo.io/guides.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.
