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

# What we are not

## Defining Our Unique Purpose

While our open-source project may share some high-level similarities with other AI workflow tools like LangChain, LangSmith, or CrewAI, it is important to understand how we are distinctly different and what our true purpose is.&#x20;

Our project is not AI workflow solution that aims to compete with or replace established platforms.&#x20;

{% hint style="success" %}
We empower users to create functional prototypes and minimum viable products (MVPs) without extensive programming experience.
{% endhint %}

### Deeper Collaboration with AI Experts

At our core, we are focused on fostering deeper collaboration between non-technical innovators and AI programmers/engineers. Our goal is to unlock the potential of these partnerships, allowing subject matter experts to work hand-in-hand with technical specialists to take their concepts to the next level.

### Educating and Empowering Innovators

Rather than simply providing a set of tools, our project is dedicated to educating and empowering innovative minds. We aim to create awareness and demonstrate the possibilities of AI-powered solutions, inspiring users to unlock their full potential. See our [workshop](/underdogcowboy-docs/services/unlocking-ai-innovation.md) for deep dives.&#x20;

### Driving Awareness and Adoption

By making our project open-source, we hope to drive greater awareness and adoption of AI technologies, particularly among non-technical audiences. We believe this will lead to more diverse and impactful applications of language models and related AI capabilities.

In summary, our open-source project is not just another AI workflow tool. We are a platform for collaboration, education, and the unleashing of innovative potential, with the ultimate goal of accelerating the adoption and impact of AI technologies.


---

# 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://underdogcowboy.gitbook.io/underdogcowboy-docs/introduction/what-we-are-not.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.
