# TechInvestor Docs

This `/docs` directory centralises product knowledge, implementation details, and operational playbooks for the TechInvestor platform. Each document focuses on a specific area so new contributors and AI agents can ramp quickly.

## Directory Map

* [`overview.md`](https://docs.techinvestor.fun/overview) – high-level goals, architecture, and contributor checklist.
* [`web.md`](https://docs.techinvestor.fun/web) – Next.js marketing site, UI system, content parity expectations.
* [`mobile.md`](https://docs.techinvestor.fun/mobile) – Android and iOS app mirrors, navigation, and copy rules.
* [`api.md`](https://docs.techinvestor.fun/api) – Submission intake endpoint, dashboard backend, and validation rules.
* [`verification-process.md`](https://docs.techinvestor.fun/verification-process) – Detailed diligence pipeline, evidence requirements, and analyst workflow.
* [`operations.md`](https://docs.techinvestor.fun/operations) – Tooling, local setup, deployment, and quality gates.
* [`roadmap.md`](https://docs.techinvestor.fun/roadmap) – Near-term backlog, open questions, and future automation milestones.

Use these docs alongside the root `README.md` and `.github/copilot-instructions.md`. Update every surface together when requirements, copy, or workflows change.


---

# 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.techinvestor.fun/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.
