# Meal Plan Type (MPT)

<table><thead><tr><th width="113">Code</th><th width="649">Type</th></tr></thead><tbody><tr><td>1</td><td>All inclusive</td></tr><tr><td>2</td><td>American</td></tr><tr><td>3</td><td>Bed &#x26; breakfast</td></tr><tr><td>4</td><td>Buffet breakfast</td></tr><tr><td>5</td><td>Caribbean breakfast</td></tr><tr><td>6</td><td>Continental breakfast</td></tr><tr><td>7</td><td>English breakfast</td></tr><tr><td>8</td><td>European plan</td></tr><tr><td>9</td><td>Family plan</td></tr><tr><td>10</td><td>Full board</td></tr><tr><td>11</td><td>Full breakfast</td></tr><tr><td>12</td><td>Half board/modified American plan</td></tr><tr><td>13</td><td>As brochured</td></tr><tr><td>14</td><td>Room only</td></tr><tr><td>15</td><td>Self catering</td></tr><tr><td>16</td><td>Bermuda</td></tr><tr><td>17</td><td>Dinner bed and breakfast plan</td></tr><tr><td>18</td><td>Family American</td></tr><tr><td>19</td><td>Breakfast</td></tr><tr><td>20</td><td>Modified</td></tr><tr><td>21</td><td>Lunch</td></tr><tr><td>22</td><td>Dinner</td></tr><tr><td>23</td><td>Breakfast &#x26; lunch</td></tr><tr><td>24</td><td>Lunch and Dinner</td></tr></tbody></table>


---

# 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://developer.siteminder.com/smx-api/additional-resources/reference-tables/meal-plan-type.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.
