> For the complete documentation index, see [llms.txt](https://brc333.gitbook.io/natowls/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://brc333.gitbook.io/natowls/natowl-watching.md).

# Natowl Watching

Owl watchers are eligible for rewards. \
\
To participate in Natowl Watching:&#x20;

1. Create a thread for your owl in the owl watching channel of the Natowls section in the [BRC333 Discord](https://discord.gg/Wt9Rr6RBD8). Name the thread whatever you want to call your bird.&#x20;
2. Post the ord.io link to your bird as the first post in your thread.&#x20;
3. Over time, whenever your bird has a DIFFERENT look, take a SCREENSHOT and post it to your bird's thread with commentary about the changes you are observing.

**Professional Natowl Watching**  \
Pro owl watching aims to identify patterns in Owl Behavior. If you notice a pattern in how Owls behave that has not already been identified:&#x20;

1. Create a thread for the pattern and name it.&#x20;
2. Write a post the explains the behavioral pattern in detail. What, when, how, who, etc... Bonus for anyone who identifies how a pattern shows up in the code and posts it the appropriate pattern thread.&#x20;

Here is the code that the UNAT logic inscription uses: <https://github.com/Bridgit-SPC/brc333/blob/main/owlinals/compile_mint.js>\
\
Even if you do not code, you may be able to figure out how patterns show up in the code, especially with AI so readily accessible.


---

# 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://brc333.gitbook.io/natowls/natowl-watching.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.
