> For the complete documentation index, see [llms.txt](https://hiveminddocs.gitbook.io/hivemind/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hiveminddocs.gitbook.io/hivemind/code-systems/ultimate-building-system-framework-ubs/proxy-behaviour/post-build-events.md).

# Post Build Events

Post Build Events\` are executed on a buildable once it has been placed. This allows you to implement any additional logic that should occur after a buildable is created. If you need to add extra functionality to the creation process, this is where you should do it.

To create your own post-build event logic, subclass the `UBF_BuildableCondition` class. Then, in the graph, right-click to find the `Execute Event` node, and add the logic you want to execute upon buildable placement

<figure><img src="/files/X5TM5MIrf7I7mVC5PnLH" alt=""><figcaption><p>Example of Post Build Event Logic occupying other nearby buildable sockets.</p></figcaption></figure>

## Functions

`Execute()`:\
Create your Post Build Event logic in the execute function.


---

# 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:

```
GET https://hiveminddocs.gitbook.io/hivemind/code-systems/ultimate-building-system-framework-ubs/proxy-behaviour/post-build-events.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.
