> For the complete documentation index, see [llms.txt](https://sloyd.gitbook.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sloyd.gitbook.io/documentation/other-products/deprecated-products/api/api-endpoints/runtime-api-in-unreal.md).

# Runtime API in Unreal

## Can I use the Sloyd API to add objects at runtime?

Yes you can! Check out this example:

{% embed url="<https://youtu.be/Kqv2iBjQ-8E>" %}

## How to import meshes at runtime?

For now, you'll need to use a third party plug-in to enable runtime import of 3D objects, called **glTFRuntime**.

You can buy it on the [Unreal Marketplace](https://marketplace-website-node-launcher-prod.ol.epicgames.com/ue/marketplace/en-US/product/gltfruntime), or you can download it for free on Github:

{% embed url="<https://github.com/rdeioris/glTFRuntime>" %}


---

# 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://sloyd.gitbook.io/documentation/other-products/deprecated-products/api/api-endpoints/runtime-api-in-unreal.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.
