# Extension 专题

Neutron中的扩展，主要用于实现原先标准API中并不支持的扩展的网络服务，包括路由器、防火墙、vpn等等。

扩展包括三种类型：资源扩展、行动扩展和请求扩展。

资源扩展意味着在网络中引入新的资源和相应的属性；行动扩展是为标准的API控制器添加行动支持；请求扩展是为API控制器提供额外的请求和响应支持。


---

# 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://yeasy.gitbook.io/openstack_code_neutron/understanding/extension.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.
