> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/platform-resources.md).

# Platform Resources

- [Skill Library](https://docs.uptiq.ai/platform-resources/skill-library.md): Every first-party skill, one page each.
- [Logic & Data Integration](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration.md): Reach external systems and reshape data between steps.
- [API Call](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/api-call.md): Reach any external HTTP endpoint from a workflow.
- [Mapper](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/mapper.md): Reshape data between one skill and the next.
- [Pass Through](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/pass-through.md): A structural placeholder that passes its input straight through.
- [AI Skills](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills.md): Language, extraction, and content work.
- [Prompt](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/prompt.md): Send instructions and content to an LLM and use the response.
- [Intent Classification](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/intent-classification.md): Work out what a user is actually asking for.
- [Entity Recognition](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/entity-recognition.md): Pull structured values out of unstructured text.
- [PII Guard](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/pii-guard.md): Detect and mask personal data before it goes anywhere else.
- [Speech Recognition](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/speech-recognition.md): Transcribe an audio file into text.
- [Web Crawler](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/web-crawler.md): Fetch a public web page and extract its content.
- [Document Skills](https://docs.uptiq.ai/platform-resources/skill-library/document-skills.md): Bring files in, move them around, clean them up.
- [Document Upload](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-upload.md): Bring files into a workflow and store them where they need to go.
- [Document Fetch](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-fetch.md): Retrieve documents already in the conversation or in storage.
- [Document To Image](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-to-image.md): Convert a document into images so a model can see its layout.
- [Document To Zip](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-to-zip.md): Bundle several documents into one archive.
- [Document Delete](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-delete.md): Remove temporary or sensitive documents in bulk.
- [Data Skills (RAG)](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag.md): Search and answer from your own knowledge.
- [RAG Query](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/rag-query.md): Answer a question from your own documents, not the model's training.
- [Vector Search](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/vector-search.md): Search by meaning rather than by keyword.
- [Ruleset](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/ruleset.md): Apply complex business rules and act on the outcome.
- [Model Hub](https://docs.uptiq.ai/platform-resources/model-hub.md): Accessing the Model Hub to select, configure, and manage Large Language Models (LLMs) used by agents.
- [Logic & External API Integration](https://docs.uptiq.ai/platform-resources/logic-and-external-api-integration.md): High-value integrations (Connectors) that extend Uptiq's Agentic capabilities into your existing enterprise systems, focusing on deep data and workflow integration rather than simple API calls


---

# 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://docs.uptiq.ai/platform-resources.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.
