> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/faq/glbnxt-platform/do-i-need-to-be-a-developer-to-use-platform.md).

# Do I need to be a developer to use Platform?

Not entirely, but a technical background helps. GLBNXT Platform is primarily designed for IT administrators, DevOps teams, and developers who are responsible for setting up and managing AI infrastructure within an organisation. The core tasks involved, such as configuring deployments, managing models, setting up integrations, and working with APIs, are technical in nature and suited to people comfortable in those environments.

That said, not everyone who interacts with Platform needs to be a developer. IT administrators without a software development background can manage much of the day-to-day operation of the platform, including user and access management, monitoring, and configuration, through the administrative interface. The level of technical depth required depends on what your organisation is trying to achieve.

For organisations looking to build custom AI applications or integrate Platform capabilities into existing systems, development expertise will be needed. GLBNXT provides documentation, API references, and technical support to help your team get up and running, and your account team can advise on the level of technical resource typically required for different use cases.

If your primary need is a productive AI environment for your workforce rather than custom development, GLBNXT Workspace is likely the better starting point. Platform becomes the right conversation when your organisation is ready to go deeper.


---

# 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://docs.glbnxt.com/faq/glbnxt-platform/do-i-need-to-be-a-developer-to-use-platform.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.
