> For the complete documentation index, see [llms.txt](https://wiki.solids.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.solids.group/misc/visiting-us.md).

# Visiting Us

### Our Location

Our lab is located in [**Howe Hall**](https://maps.app.goo.gl/65M1t58y7q3z1csZ7)**.**

### Air Travel

If you are visiting from out of state, the nearest airport is the Des Moines International Airport (DSM), about a 50 minute drive from campus. You can generally get an Uber to and from campus.

### Lodging

If you are visiting overnight, the closest lodging option is the [Iowa House](https://iowahouseames.com/) bed & breakfast, about a 15 minute walk from Howe Hall. Other area hotels are listed [on this ISU information page](https://apling.engl.iastate.edu/html/ames-travel/). If you do not have a car, many of the hotels are served by the free CyRide bus routes.

### Parking

We recommend parking in one of the metered [ParkMobile](https://parkmobile.io/) locations. Some of the options are listed below (from nearest to farthest). When driving, you can use these links to navigate to the exact location.

1. [Outside Howe Hall](https://maps.app.goo.gl/7WY4FrAFvxxouXGM6) - ParkMobile Zone 7234
2. [Lot 9](https://maps.app.goo.gl/thYrqthYx4AopGEv6) - ParkMobile Zone 2704
3. [Lot 10](https://maps.app.goo.gl/yxJvGp43obZK3tWz7) - ParkMobile Zone 2704
4. [Pammel Drive](https://maps.app.goo.gl/47fRQWfQgy3g6zVG7) - ParkMobile Zone 2704

{% hint style="warning" %}
Confirm that your space has a physical parking meter. **Spaces that do not have a parking meter require an ISU parking** and you'll get a ticket if you don't have one. Enforcement is quite strict!

<img src="https://685164709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeANVOBYNJa4QbJRfCyTX%2Fuploads%2F9ehPDzjJLYDEyYOlH9RD%2Fimage.png?alt=media&amp;token=e86c0178-0396-41d0-a223-d21ffecb8823" alt="" data-size="original">
{% endhint %}


---

# 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://wiki.solids.group/misc/visiting-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.
