> For the complete documentation index, see [llms.txt](https://2025.istvs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2025.istvs.org/conference/sponsors/become-a-sponsor.md).

# Become a Sponsor

The 2025 ISTVS conference committee invites businesses, academic partners, and individuals to participate as sponsors. Multiple sponsorship tiers and options are available to allow interested parties of all capacities to give support. All sponsorship prices listed are in USD.

If you are interested in becoming a sponsor for the 2025 conference, [please contact us](/conference/contact.md).

***

## General Sponsor Tiers

<table data-full-width="false"><thead><tr><th></th><th align="center">Gold</th><th align="center">Silver</th><th align="center">Bronze</th></tr></thead><tbody><tr><td>Price</td><td align="center">$5,000</td><td align="center">$2,500</td><td align="center">$1,250</td></tr><tr><td>Included Conference Passes</td><td align="center">2</td><td align="center">1</td><td align="center">-</td></tr><tr><td>Logo on the Sponsor slide deck</td><td align="center">x</td><td align="center">x</td><td align="center">x</td></tr><tr><td>Logo on our Sponsors webpage</td><td align="center">x</td><td align="center">x</td><td align="center">-</td></tr><tr><td>Special mention in opening and closing conference remarks</td><td align="center">x</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Best for</td><td align="center">Niche providers, services, academic partners</td><td align="center">Startups, consultancies, local businesses</td><td align="center">Anyone!</td></tr></tbody></table>

## Specific Sponsor Options

These are limited sponsorship options for specific events or conference support. Sponsorships of $2,500 come with 1 conference pass. Sponsorships of $5,000 come with 2 conference passes.

<table data-full-width="false"><thead><tr><th align="center">Sponsorship Type</th><th align="center">Price per Sponsorship</th><th align="center">Number Available</th></tr></thead><tbody><tr><td align="center">Banquet</td><td align="center">$5,000</td><td align="center">2</td></tr><tr><td align="center">Ice Breaker</td><td align="center">$2,500</td><td align="center">2</td></tr><tr><td align="center">Technical Session</td><td align="center">$2,500</td><td align="center">4</td></tr><tr><td align="center">Autonomy Demo</td><td align="center">$2,500</td><td align="center">2</td></tr><tr><td align="center">Transportation</td><td align="center">$5,000</td><td align="center">1</td></tr><tr><td align="center">Registration</td><td align="center">$2,500</td><td align="center">2</td></tr><tr><td align="center">Break</td><td align="center">$1,000</td><td align="center">1</td></tr><tr><td align="center">Lanyards</td><td align="center">$500</td><td align="center">1</td></tr><tr><td align="center">Student Registration Sponsorship</td><td align="center">$1,000 per student (can be for specific students or applied randomly)</td><td align="center">Unlimited</td></tr></tbody></table>

***

{% file src="/files/Zc0IUofKYenFx3j9QLA1" %}
.pptx of the above sponsorship options for presentation or display
{% endfile %}


---

# 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://2025.istvs.org/conference/sponsors/become-a-sponsor.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.
