# Page Not Found

The URL `thesis/how-to-upload-your-thesis` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [How to upload your student thesis](https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/thesis/how-to-upload-your-student-thesis.md)
- [How to upload a journal article in the TU Delft repository](https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/research-output/how-to-upload-a-journal-article-in-the-tu-delft-repository.md)
- [How to upload a conference contribution in the TU Delft repository](https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/research-output/how-to-upload-a-conference-contribution-in-the-tu-delft-repository.md)
- [Upload instructions](https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/upload-instructions.md)
- [Ensuring your publication is not already in Pure](https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/research-output/ensuring-your-publication-is-not-already-in-pure.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/thesis/how-to-upload-your-student-thesis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

### Option 2 — Browse the documentation index

Full index: https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://tudelft-lib-research.gitbook.io/tu-delft-library-user-instructions/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/tu-delft-library-user-instructions/thesis/how-to-upload-your-student-thesis.md`).

You may also use `Accept: text/markdown` header for content negotiation.
