# Pending AI

## docs.pending.ai

- [Introduction](https://docs.pending.ai/getting-started/introduction.md)
- [Quickstart](https://docs.pending.ai/getting-started/quickstart.md): Create a Drug Discovery pipeline in minutes
- [Installation](https://docs.pending.ai/getting-started/installation.md): Easily setup the right tool integrations
- [Web application](https://docs.pending.ai/getting-started/web-application.md)
- [Generative AI](https://docs.pending.ai/capabilities/generative-ai.md): Explore novel molecular space leveraging Generative Deep-Learning
- [Retrosynthesis](https://docs.pending.ai/capabilities/retrosynthesis.md): High-throughput Retrosynthesis for screening large compound libraries
- [Subspace Search](https://docs.pending.ai/capabilities/subspace-search.md)
- [PAI Generator](https://docs.pending.ai/api-reference/pai-generator.md): Access Pending AI's high-throughput Molecule Generator models
- [Generative Models](https://docs.pending.ai/api-reference/pai-generator/generative-models.md): Explore SoTA Deep-Learning models for exploring novel chemical space
- [Sampling Structures](https://docs.pending.ai/api-reference/pai-generator/sampling-structures.md): Speed up Hit Identification with rapid molecule sampling
- [PAI Retro](https://docs.pending.ai/api-reference/pai-retro.md): Access Pending AI's high-throughput Retrosynthesis engines
- [Retrosynthesis Engines](https://docs.pending.ai/api-reference/pai-retro/retrosynthesis-engines.md): Explore the various engines available for retrosynthesis
- [Building Block Libraries](https://docs.pending.ai/api-reference/pai-retro/building-block-libraries.md): Explore the various libraries available for retrosynthesis
- [Synthesis Jobs](https://docs.pending.ai/api-reference/pai-retro/synthesis-jobs.md): Submit target molecules for retrosynthesis and explore novel synthetic routes
- [Batch Screening](https://docs.pending.ai/api-reference/pai-retro/batch-screening.md): Screen large batches of molecules using our high-throughput retrosynthesis
- [Agentic AI](https://docs.pending.ai/integrations/agentic-ai.md): Use the Pending AI MCP server to boost LLM possibilities
- [MCP Server](https://docs.pending.ai/integrations/agentic-ai/mcp-server.md): Connect directly to the Pending AI platform from any AI Agent
- [Connectors](https://docs.pending.ai/integrations/agentic-ai/mcp-server/connectors.md): Setup your favourite Agentic AI tool with the Pending AI MCP server
- [Claude](https://docs.pending.ai/integrations/agentic-ai/mcp-server/connectors/claude.md)
- [ChatGPT](https://docs.pending.ai/integrations/agentic-ai/mcp-server/connectors/chatgpt.md)
- [VS Code Github Copilot](https://docs.pending.ai/integrations/agentic-ai/mcp-server/connectors/vs-code-github-copilot.md)
- [Troubleshooting](https://docs.pending.ai/integrations/agentic-ai/mcp-server/troubleshooting.md): Detailed overview of MCP-related errors
- [CLI](https://docs.pending.ai/developer-tools/cli.md): Documentation for the Pending AI platform CLI
- [SDKs](https://docs.pending.ai/developer-tools/sdks.md)
- [Python](https://docs.pending.ai/developer-tools/sdks/python.md)
- [Guides](https://docs.pending.ai/developer-tools/guides.md): A collection of guides and examples to help with complex use-cases
- [Setting up a Authentication](https://docs.pending.ai/developer-tools/guides/setting-up-a-authentication.md)
- [Submitting a molecule for Retrosynthesis](https://docs.pending.ai/developer-tools/guides/submitting-a-molecule-for-retrosynthesis.md)
- [Submitting a screening campaign](https://docs.pending.ai/developer-tools/guides/submitting-a-screening-campaign.md)
- [Building a synthetically accessible compound library](https://docs.pending.ai/developer-tools/guides/building-a-synthetically-accessible-compound-library.md)
- [Perform a similarity search on sampled molecules](https://docs.pending.ai/developer-tools/guides/perform-a-similarity-search-on-sampled-molecules.md)
- [Assess molecular characteristics from sampled molecules](https://docs.pending.ai/developer-tools/guides/assess-molecular-characteristics-from-sampled-molecules.md)
- [CLI Manual](https://docs.pending.ai/pai-retro/cli-reference.md): Command-line interface for accessing Pending AI's retrosynthesis service.
- [CLI Manual](https://docs.pending.ai/pai-generator/cli-reference.md): Command-line interface for accessing Pending AI's retrosynthesis service.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.pending.ai/getting-started/introduction.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.
