# Guides

- [Prompt Engineering Fundamentals](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals.md)
- [How a Model Reads Your Input](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/how-a-model-reads-your-input.md)
- [The Anatomy of a Well-Formed Prompt](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/the-anatomy-of-a-well-formed-prompt.md)
- [Core Techniques](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/core-techniques.md)
- [Common Failure Patterns](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/common-failure-patterns.md)
- [Prompt Composition in Practice](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/prompt-composition-in-practice.md)
- [Prompt Composition in Complex Workflows](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/prompt-composition-in-complex-workflows.md)
- [Reference Prompts](https://docs.glbnxt.com/tutorials/guides/prompt-engineering-fundamentals/reference-prompts.md)
- [Building a Super System Prompt](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt.md)
- [How Language Models Process Instructions](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt/how-language-models-process-instructions.md)
- [Anatomy of a Super System Prompt](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt/anatomy-of-a-super-system-prompt.md)
- [Writing Each Layer](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt/writing-each-layer.md)
- [Testing and Iterating](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt/testing-and-iterating.md)
- [Reference Templates](https://docs.glbnxt.com/tutorials/guides/building-a-super-system-prompt/reference-templates.md)
- [Building Agents](https://docs.glbnxt.com/tutorials/guides/building-agents.md)
- [Example Agents](https://docs.glbnxt.com/tutorials/guides/building-agents/example-agents.md)
- [Connecting n8n Workflows to OpenWebUI via MCP](https://docs.glbnxt.com/tutorials/guides/connecting-n8n-workflows-to-openwebui-via-mcp.md)
- [Connecting n8n Workflows to OpenWebUI via Function](https://docs.glbnxt.com/tutorials/guides/connecting-n8n-workflows-to-openwebui-via-function.md)
- [Working with Knowledge and Context](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context.md)
- [How Models Use Context](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/how-models-use-context.md)
- [Tier 1 - Inline Context and File Attachment](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/tier-1-inline-context-and-file-attachment.md)
- [Tier 2 - The Built-In Knowledge Base](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/tier-2-the-built-in-knowledge-base.md)
- [Tier 3 - External RAG Pipelines](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/tier-3-external-rag-pipelines.md)
- [Structuring Context So the Model Actually Uses It](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/structuring-context-so-the-model-actually-uses-it.md)
- [Combining Approaches](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/combining-approaches.md)
- [Reference Patterns](https://docs.glbnxt.com/tutorials/guides/working-with-knowledge-and-context/reference-patterns.md)
- [Coding](https://docs.glbnxt.com/tutorials/guides/coding.md)
- [Set up OpenCode with GLBNXT](https://docs.glbnxt.com/tutorials/guides/coding/opencode.md)
- [Set up Cline with GLBNXT](https://docs.glbnxt.com/tutorials/guides/coding/cline.md)
- [Set up Aider with GLBNXT](https://docs.glbnxt.com/tutorials/guides/coding/aider.md)
- [OpenWebUI - Upload files versus Knowledge collection](https://docs.glbnxt.com/tutorials/guides/openwebui-upload-files-versus-knowledge-collection.md)
- [Connecting an MCP server](https://docs.glbnxt.com/tutorials/guides/connect-mcp.md)
- [Connecting an MCP server to LibreChat](https://docs.glbnxt.com/tutorials/guides/connect-mcp/mcp-librechat.md)
- [Connecting an MCP server to OpenWebUI](https://docs.glbnxt.com/tutorials/guides/connect-mcp/mcp-openwebui.md)


---

# 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://docs.glbnxt.com/tutorials/guides.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.
