> For the complete documentation index, see [llms.txt](https://cloudinary.gitbook.io/cil-hackathon-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cloudinary.gitbook.io/cil-hackathon-guide/capitol360-june-2018-hackathon-guide/arrival-guide-parking.md).

# Arrival Guide / Parking

## API Training Workshop: June 1

| **Where** | UMG Headquarters - 2220 Colorado Ave, Los Angeles, CA 90404 (Bob Marley Conference Room Floor 1) |
| --------- | ------------------------------------------------------------------------------------------------ |
| **When**  | 10am - 2pm                                                                                       |

## Hackathon: June 2-3

| **Where**        | Capitol Records - 1750 vine St, Los Angeles, CA 90028 |
| ---------------- | ----------------------------------------------------- |
| **Registration** | Saturday June 2 at 11am                               |
| **Mixer**        | Sunday June 3 at 4pm                                  |
| **Key Contacts** | Ching-Ching Chen, 407-921-3213                        |
|                  | Travis Laurendine, 504-377-6130                       |

## Parking

For the June 1st workshop, enter the underground garage below 2220 Colorado Ave, and take your car to Valet. Be sure to have your ticket validated by reception.

For the June 2-3 Hackathon at 1750 Vine St, kindly note that parking is limited. If you're driving, enter through the gate on Argyle, and press the intercom button to check-in with security. Tell them your name and that you're here for the Capitol Hackathon. Please note that parking is limited and first come first serve until we hit capacity.&#x20;

If you're ubering, please enter via the back gate beyond the mural on the south side of the Tower (located on the same side as the Coast Lot in the below photo).

![](/files/-LDSkVBT-WRsHfmxR0nG)

{% hint style="info" %}
&#x20;Please check back frequently for potential changes
{% 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://cloudinary.gitbook.io/cil-hackathon-guide/capitol360-june-2018-hackathon-guide/arrival-guide-parking.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.
