# Build Your First Character

### Create A Character Network From The Menu

<figure><img src="/files/4GJoIQhN93ClxdlEdmqO" alt="" width="563"><figcaption></figcaption></figure>

Recommendations

Set the $JOB variable for your scene:

{% embed url="<https://www.sidefx.com/docs/houdini/basics/project.html>" %}
Set the JOB variable for a scene.
{% endembed %}

I prefer setting the $JOB variable because it enables you to have a top level folder available that we can use for expressions, simplifying the way to access caches and models. &#x20;


---

# 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://docs.procedural-anatomy.com/build-your-first-character.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.
