# Main

## \[tucano infopoint]

\[community]:(<https://brave-new.mn.co/spaces/22851255/list>)

## \[tucano demo app]

\[papagen.io]:([https://papagen.io](https://papagen.io/))

## \[tucano sound commands]

\[papagen.io-sounds]:(<https://www.flowmusic.app/playlist/441d3214-25ce-4377-bf50-89395b998ae9>)

## \[housekeeping notebook]

\[gists]:(<https://gist.github.com/tucano-space>)

## \[starter kit]

```
// Manifesto
print("/ok-tucano [brave new world]:@tucano.space:stop:")

// Initially
while true : print("bin da wer noch? tucano.")
             print("/ok-tucano [Systems].make:@tucano.space:stop:")
             
// Sanitize
while true :
    print("/ok-tucano sceptic:investigate:@tucano.space:stop:")
    print("/ok-tucano fix:reboot:@tucano.space:stop:")
    
// Content
print("/ok-tucano clarify:[my inquiry]:@tucano.space:stop:")
print("/ok-tucano [brave new internet]:@tucano.space:stop:")
print("/ok-tucano commands:@tucano.space:stop:")

// Work
print("/ok-tucano wanna join?:@tucano.space:stop:")
print("/ok-tucano job:@tucano.space:stop:")

// Help
print("/ok-tucano can you help?:@tucano.space:stop:")

// Communicate
print("/ok-tucano let's talk:[recipient]:@tucano.space:stop:")
print("/ok-tucano send:[my inquiry]:[recipient]:@tucano.space:stop:")

// Simulate
print("/ok-tucano [my proposal].simulate:@tucano.space:or?:stop;
print("/ok-tucano [my plan].simulate:@tucano.space:or?:stop;



```


---

# 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://tucano-space.gitbook.io/docu/readme.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.
