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

# About the Company

**Aphid** is a financial technology company and ecosystem that specializes in products and services utilizing artificial intelligence and [blockchain technology](/aphid-ai-docs/glossary/blockchain.md).

Aphid was founded by Brandon Cooper, Sean Ross, and Shri Ramani. Aphid was created to disrupt the workforce economy by creating a better quality of life for people. Prior to founding Aphid, Brandon and Sean worked at Apple together. Shri and Brandon both attended Michigan State University.

We are a group of passionate technologists, marketers, designers, and blockchain enthusiasts that have come together to build a future powered by automation that helps give people back their most valuable resource – time.

* Join us in leading AI for good at [aphid.com](https://www.aphid.com/)
* Learn about **Aphid** from the CEO's AI clone: [aphid.ai/brandon-cooper-clone](https://www.aphid.ai/brandon-brandoncooperclone)
* Learn about **AI and bitcoin** from our tech educator's clone: [aphid.ai/EvanOnEarth-clone](https://aphid.ai/EvanOnEarth-clone)

#### **Mission**

Our mission is to enhance the quality of life for people and organizations through automation. Aphid is giving people back more time to spend with their families, and reducing their reliance solely on one source of income.

#### **Core Values**

Disruption - Longevity - Simplicity - Humanitarianism - Independence - Innovation - Freedom - Individualism


---

# 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://aphid-ai.gitbook.io/aphid-ai-docs/what-is-aphid/about-the-company.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.
