> For the complete documentation index, see [llms.txt](https://docs.temprl.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.temprl.pro/fundamentals/set-up/get-your-first-structured-data....md).

# Get Your First Structured Data...!

Great...! How You have Installed our package. Lets Structure your first data....!

### 1. Create Your Node Schema:

By navigating to [Beta ](https://beta.temprl.pro/)you create create your own JSON schema with simple node based UI. First Lets create a simple inventory JSON schema in the dashboard.

You can also refer the Below Section for creating and using the Node UI Schema Builder to build custom schemas.

{% content-ref url="/pages/HLShQTXybU0WXJpZXVmC" %}
[Node Schema Editor](/fundamentals/node-schema-editor.md)
{% endcontent-ref %}

<figure><img src="/files/QeeBbt9BHpY4iCsD22nI" alt=""><figcaption><p>This is a sample inventory node schema.</p></figcaption></figure>

> Info: This Node dashboard is only available for beta users. please apply for beta user in the home page [Home](https://temprl.pro/)

### 2) Setup Your Code:

Thats a awesome work...! Now on you can press the open Playground to get your sample code. Then copy the code and paste it in your Code editor.

<figure><img src="/files/HAbK7PPgn6qcohrfmLou" alt=""><figcaption><p>This is the sample code you will get.</p></figcaption></figure>

### 3) Run the code.

Good...! Next step is to run the code...!

<figure><img src="/files/GMyhlybSL2qhtK81W7ce" alt=""><figcaption><p>Testing the code to get desired output.</p></figcaption></figure>

Kudos Now you have completed your first implementation of temprl.pro...! Check further for more details.


---

# 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://docs.temprl.pro/fundamentals/set-up/get-your-first-structured-data....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.
