# How to Create Entries

{% hint style="info" %}
It is recommended that a series of templates is created before any entries are started. This will DRASTICALLY reduce the time to create the notebook, and will also help to create consistent formatting across entries.
{% endhint %}

Each entry is created by selecting the <mark style="color:yellow;">`⌄`</mark> next to the <mark style="color:yellow;">`New`</mark> button in the top right of the notebook database, and then selecting a prefered template.&#x20;

Be sure to make sure all properties are filled out before any content is added so that any content isn't lost or disorganized.


---

# 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://wiki.purduesigbots.com/judging/notion/entries.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.
