> For the complete documentation index, see [llms.txt](https://docs.libum.io/nexum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libum.io/nexum/resources/help-and-feedback.md).

# Help & Feedback

## Company

[Libum](https://libum.io/) was founded in 2020 by two devs who :heart: the credit union community. We are a hyper-focused and talented team with breadth and depths of expertise in bringing first of its kind, trailblazing solutions to credit unions of all shapes and sizes.

{% hint style="info" %}
**Want to know more about us?**

Give our [About](https://libum.io/about/) page a read to discover how we got started and what we've been up to in our careers. For personal messages from our team, be sure to check out our [blog](https://libum.io/blog/) as well!
{% endhint %}

## Contact

<table data-view="cards"><thead><tr><th>Person / Team</th><th>Email</th></tr></thead><tbody><tr><td><strong>Co-Founder:</strong> <a href="https://www.linkedin.com/in/martinezdylanj/">Dylan Martinez</a></td><td><strong>Email:</strong> <a href="mailto:dylan@libum.io">dylan@libum.io</a></td></tr><tr><td><strong>Co-Founder:</strong> <a href="https://www.linkedin.com/in/nguyenbdon/">Don Nguyen</a></td><td><strong>Email:</strong> <a href="mailto:don@libum.io">don@libum.io</a></td></tr><tr><td><strong>Team:</strong> Development</td><td><strong>Email:</strong> <a href="mailto:development@libum.io">development@libum.io</a></td></tr><tr><td><strong>Team:</strong> Sales</td><td><strong>Email:</strong> <a href="mailto:sales@libum.io">sales@libum.io</a></td></tr><tr><td><strong>Team:</strong> Operations</td><td><strong>Email:</strong> <a href="mailto:operations@libum.io">operations@libum.io</a></td></tr></tbody></table>

## Want to submit Feedback?

Do you have a feature you'd like to see within NexumAPI? Well, we have a place just for that - head on over to our [Feedback](https://feedback.libum.io/) portal to vote on existing posts, or create a new post for that feature you really want or bug that needs to be squashed.

Post your feature or finding and receive realtime updates as to where it is on our roadmap :rocket:


---

# 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://docs.libum.io/nexum/resources/help-and-feedback.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.
