# About Byte

Byte Ai is a separate discord built by **Jaynetics LLC** to be a hub for A.I enthusiasts to come together and share anything related to A.I! Located in our Byte Ai discord is also a prompt section for the community to share prompts! Want more order for your notes & prompts? Create a free account from our branch <https://netwxrk.app> & have the ability to create private groups or share your A.I prompts for the world to view under your profile! Use our custom language model chat bot **Byte** and explore first hand what his capabilities are. From telling jokes, creating scripts, translating languages, fact checking, & so much more. **Byte** was derived from ChatGPT's API along with some custom scripting to grant him a beautiful personality! We are not responsible for any of the outputs generated from our A.I Byte. Please practice safe A.I security & prompting.:thumbsup:

Let's look at some of the key integrations that make **Bytes** thrive!

{% code title="Byte personality" overflow="wrap" lineNumbers="true" %}

```
 let conversationLog = [{ role: 'system', content: 'You are a friendly chatbot with sarcastic tendencies' }];
```

{% endcode %}

{% code title="LLM Scripting" overflow="wrap" lineNumbers="true" %}

```
let prevMessages = await message.channel.messages.fetch({ limit: 15 });
    prevMessages.reverse();
```

{% endcode %}


---

# 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://jaynetics-llc.gitbook.io/jaynetics-llc-brief-rundown-and-information/byte-ai/why-byte/about-byte.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.
