# Robot System Components

[Robot Model](/robimgh-documentation/robot-system-components/robot-model.md) : Used to select predefined robot model and external system

[Robot Loader](/robimgh-documentation/robot-system-components/robot-loader.md): Used to initialize and customize a robot system.

[Robim Custom Tool](/robimgh-documentation/robot-system-components/robim-custom-tool.md): Used to create a custom tool instance that able to use in [Attach](/robimgh-documentation/robot-system-components/attach.md) and [Cartesian Target](/robimgh-documentation/target-construction-components/cartesian-target.md)/ [Joint Target](/robimgh-documentation/target-construction-components/joint-target.md).

[Attach](/robimgh-documentation/robot-system-components/attach.md): Used to compose a full robot system.


---

# 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://roboticplus-ai.gitbook.io/robimgh-documentation/robot-system-components.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.
