# Building a RESTful CRUD Web Service

In this guide, we will use Integration Gateway to create custom web service endpoints and its vault functionality as an underlying data store for retrieving, adding, updating, and deleting data when these endpoints are executed.

{% hint style="info" %}
To help you follow this guide, you can download the JSON export of the integrations that are setup here and import the file into your own Integration Gateway environment.

{% file src="/files/Mx1iqdKrojD2RUd9eo0Z" %}
{% endhint %}

### Integration

{% content-ref url="/pages/TQoJ19imSZz3Z4AOuH5w" %}
[1. Integration Setup](/tutorials/building-a-restful-crud-web-service/1.-integration-setup.md)
{% endcontent-ref %}

### Vault

{% content-ref url="/pages/4TND9DZ4AsJyiHRksY10" %}
[2. Vault Setup](/tutorials/building-a-restful-crud-web-service/2.-vault-setup.md)
{% endcontent-ref %}

### RESTful CRUD Web Services using Vault

{% content-ref url="/pages/5d3lYF1aSPJNeiTwsN5y" %}
[3. Create Web Service Endpoints](/tutorials/building-a-restful-crud-web-service/3.-create-web-service-endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/uurwOFxUJ6twyUCNiDe2" %}
[4. Execute Web Service Endpoints with Vault Methods](/tutorials/building-a-restful-crud-web-service/4.-execute-web-service-endpoints-with-vault-methods.md)
{% endcontent-ref %}

### Code Examples and Explanation

{% content-ref url="/pages/JJXZe5BIe8eq8sd0wkED" %}
[5. Vault Code Examples and Explanation](/tutorials/building-a-restful-crud-web-service/5.-vault-code-examples-and-explanation.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://glyue.docs.sandboxbanking.com/tutorials/building-a-restful-crud-web-service.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.

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.
