> For the complete documentation index, see [llms.txt](https://open-dataspaces.gitbook.io/ods-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://open-dataspaces.gitbook.io/ods-docs/ods-ram/06-onboarding.md).

# 6. Onboarding and Operations

Technical implementation and operations for development vendors conducting system development and application service provision, as well as for practitioners in the system development departments and data management departments of user enterprises and government agencies, are concretely presented in the **Open Data Spaces Introductory Guidebook for Developers** \*3, with reference to ODP. The **Open Data Spaces Introductory Guidebook for Users** \*4 is also published for practitioners and corporate planning staff at enterprises and government agencies that use or implement data management and AI services.

The open-source software provided as a reference implementation of ODP (ODS Middleware) and the SDK are each published on the following GitHub repositories:

* **ODS Middleware**: Reference implementation of ODP, <https://github.com/open-dataspaces>
* **ODS SDK (Software Development Kit)**: ODS Software Development Kit, <https://github.com/open-dataspaces>

***

**Footnotes**

3 Open Data Spaces Introductory Guidebook for Developers. <https://open-dataspaces.gitbook.io/ods-docs/>

4 Open Data Spaces Introductory Guidebook for Users. <https://open-dataspaces.gitbook.io/ods-docs/>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://open-dataspaces.gitbook.io/ods-docs/ods-ram/06-onboarding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
