> For the complete documentation index, see [llms.txt](https://learn.fueled.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.fueled.io/more-info/about-us.md).

# About Us

## Who We Are

Fueled was founded in the fall of 2021 by [Sean Larkin](https://www.linkedin.com/in/rseanlarkin/) and [Eddie Svirsky](https://www.linkedin.com/in/eddie-svirsky-3069622/).

As CEO, Sean brings 20 years of experience building organizations and teams, with strong focus on eCommerce and data infrastructure projects. Sean has successfully exited two previous companies.

As CTO, Eddie leads our engineering team with over 15 years of experience building scalable, enterprise solutions. Eddie has been a technical co-founder of multiple venture-backed startups.

In summer 2022, Fueled received its first round of outside venture funding from the international VC, [Antler](https://antler.com).

## Why We Built Fueled

Fueled was founded to solve acute problems that our eCommerce consulting clients faced in terms of operationalizing first-party and zero-party customer data.

For the last ten+ years, conventional CDP technologies and tactics have only been accessible to enterprise merchants. With the rise of ad blockers and 3rd-party data collection constraints, emerging and mid-market eCommerce brands struggle to without these tools to acquire and retain customers at reasonable advertising costs.

Fueled seeks to unlock eCommerce data, so that compelling brands can be successful in a tougher and and more and more competitive eCommerce landscape.

## Open Source Contributions

*As beneficiaries of open source, we seek to give back when we can.*

Check out our [Open Source DataLayer for BigCommerce on GitHub](https://github.com/fueled-io/bigcommerce-datalayer).

You can read more about this project on our blog:

{% embed url="<https://medium.com/fueled-io/announcing-the-release-of-an-open-source-datalayer-for-bigcommerce-51ab59ae3105>" %}


---

# 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://learn.fueled.io/more-info/about-us.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.
