# Concepts for developers

- [Message Format](https://coronadoenrique.gitbook.io/nep+/concepts-for-developers/message-format.md): How messages are defined in NEP+?
- [Tutorials for developers](https://coronadoenrique.gitbook.io/nep+/concepts-for-developers/tutorials-for-developers.md): Here you will learn how NEP+ tools can help you to connect building blocks (nodes) in a robotics system
- [Connecting Multiple Scripts on the Same Computer using NEP+ Tools: A Step-by-Step Tutorial](https://coronadoenrique.gitbook.io/nep+/concepts-for-developers/tutorials-for-developers/connecting-multiple-scripts-on-the-same-computer-using-nep+-tools-a-step-by-step-tutorial.md)
- [Connecting 2 scripts in a local network (e.g., two computers on the same Wifi network)](https://coronadoenrique.gitbook.io/nep+/concepts-for-developers/tutorials-for-developers/connecting-2-scripts-in-a-local-network-e.g.-two-computers-on-the-same-wifi-network.md)
- [Connecting ROS to non-ROS nodes using NEP+ tools](https://coronadoenrique.gitbook.io/nep+/concepts-for-developers/tutorials-for-developers/connecting-ros-to-non-ros-nodes-using-nep+-tools.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://coronadoenrique.gitbook.io/nep+/concepts-for-developers.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.
