# Welcome to PromptJoy Preview

Welcome to PromptJoy, the platform that enables you to build scalable APIs by simply describing what you want.&#x20;

This guide is designed to help you navigate all the features and possibilities that PromptJoy offers. We are currently in Public Preview, so please email any feedback to <team@promptjoy.com>.&#x20;

Here's a quick overview of what you'll find:

* [**Quick Start Guide**](https://docs.promptjoy.com/welcome-to-promptjoy-preview/quickstart-guide)**:** If you're new to PromptJoy or need a refresher, this section will help you hit the ground running. We'll walk you through the process of creating your first API.
* [**API Creation with PromptJoy**](https://docs.promptjoy.com/api/api-creation)**:** Here you'll learn how to describe and deploy your APIs with PromptJoy.
* [**API Usage Examples**](https://docs.promptjoy.com/api/api-usage)**:** This section provides usage examples in popular languages like [Python](https://docs.promptjoy.com/api/api-usage/python), [JavaScript](https://docs.promptjoy.com/api/api-usage/javascript), [Ruby](https://docs.promptjoy.com/api/api-usage/ruby), [Go](https://docs.promptjoy.com/api/api-usage/go), [Java](https://docs.promptjoy.com/api/api-usage/java), and [C#](https://docs.promptjoy.com/api/api-usage/c).
* **API Use Cases:** Ready to level up? Explore complex use cases like [building a book search engine](https://docs.promptjoy.com/tutorials/building-a-book-search-engine-with-promptjoy-and-next.js) or [transforming data schemas](https://docs.promptjoy.com/tutorials/data-transformation-enrichment).
* **Integration with Internal Data Sources:** Learn how to integrate your PromptJoy APIs with internal databases and file storage solutions.

Feel free to explore these sections at your own pace. If you ever need help or just want to chat, don't hesitate to get in touch at <team@promptjoy.com>.


---

# 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.promptjoy.com/welcome-to-promptjoy-preview.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.
