# LLMs for Research

## Documentation

- [LLMs for Research](https://llm.theparley.org/readme.md)
- [What is Parley?](https://llm.theparley.org/what-is-parley.md)
- [Cherry Studio](https://llm.theparley.org/choose-your-app/quickstart.md): It takes 5 minutes to integrate your Parley API key with Cherry
- [Codename Goose](https://llm.theparley.org/choose-your-app/codename-goose.md)
- [Mobile Apps](https://llm.theparley.org/choose-your-app/mobile-apps.md): Catalog of apps that work on mobile devices with your Parley keys.
- [Knowledge Base Tutorial](https://llm.theparley.org/starting-to-use-it/knowledge-base-tutorial.md): Below, we will present detailed instructions for using Cherry Studio step-by-step.
- [Lunch & Learn Series](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series.md): ETA: January 2026, Office of Research
- [Week 1](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-1.md): Show immediate value.
- [Week 2](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-2.md): Create repeatable templates that solve their recurring workflow problems. Each group leaves with 2–3 customized prompt “recipes.”
- [Week 3](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-3.md): Learn to use Parley (internal researcher database) to find experts quickly, then use AI to synthesize and communicate findings.
- [Week 4](https://llm.theparley.org/starting-to-use-it/lunch-and-learn-series/week-4.md): Create a simple AI-powered tool, present it to your cohort, and learn from everyone's real-world experiences. \*Note: We'll use PartyRock\*


---

# 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://llm.theparley.org/readme.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.
