> For the complete documentation index, see [llms.txt](https://docs.servicedelivery.lachlanwintour.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.servicedelivery.lachlanwintour.com/registering-for-the-service-delivery-portal.md).

# Registering for the Service Delivery Portal

This guide outlines how to register as a first timer user in the Lachlan Wintour Service Delivery Portal

1. Open <https://servicedelivery.lachlanwintour.com> in your browser
2. Enter your email address and click 'Next'

<figure><img src="https://3150078963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIX07cSZaE317Of1LdSJl%2Fuploads%2FrPG8ONsRxB90ArkWz3vK%2Fimage.png?alt=media&amp;token=c95a249c-912e-49ff-877d-6d52a79144fa" alt=""><figcaption></figcaption></figure>

3. Click 'Sign up'

<figure><img src="https://3150078963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIX07cSZaE317Of1LdSJl%2Fuploads%2F1EqQ8Wf5j7WreH8hMd1g%2Fimage.png?alt=media&amp;token=2745a3c7-87a6-4cfc-8492-f6c933476658" alt=""><figcaption></figcaption></figure>

4. You will receive an email from 'LW Service Delivery Portal'. Open this email and click 'Set password'

<figure><img src="https://3150078963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIX07cSZaE317Of1LdSJl%2Fuploads%2FNJPUC1YJ7FQ6pHR68r1J%2Fimage.png?alt=media&amp;token=5c4316c6-5e53-44f6-83ab-99e3255268d5" alt=""><figcaption></figcaption></figure>

5. Enter your full name and a password, then click 'Set password'

<figure><img src="https://3150078963-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIX07cSZaE317Of1LdSJl%2Fuploads%2FFsLXEN2Stl1sXUP6QiXB%2Fimage.png?alt=media&amp;token=6530a4d9-53bf-47cc-8f66-9cb454b54cb8" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
You have sucessfully registered for the Service Delivery Portal and can start creating requests
{% 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://docs.servicedelivery.lachlanwintour.com/registering-for-the-service-delivery-portal.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.
