# Page Not Found

The URL `how-to-guides/build-a-restful-crud-web-service/code-examples-and-explanation` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [5. Vault Code Examples and Explanation](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation.md)
- [2. Vault Setup](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/2.-vault-setup.md)
- [3. Create Web Service Endpoints](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/3.-create-web-service-endpoints.md)
- [1. Integration Setup](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/1.-integration-setup.md)
- [4. Execute Web Service Endpoints with Vault Methods](https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/4.-execute-web-service-endpoints-with-vault-methods.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://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation.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://glyue.docs.sandboxbanking.com/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://glyue.docs.sandboxbanking.com/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., `/tutorials/building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation.md`).

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