> For the complete documentation index, see [llms.txt](https://strategy.gfmd.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strategy.gfmd.info/documents/constitution/miscellaneous.md).

# X. MISCELLANEOUS

### **10.1 Matters not provided for**&#x20;

Matters not provided for in this Constitution shall be decided by the [Steering Committee](/documents/constitution/steering-committee.md) and can be appealed at a [General Assembly ](/documents/constitution/general-assembly.md)meeting.&#x20;

### **10.2 Belgian law**&#x20;

This [Constitution](/documents/constitution.md), which is framed and interpreted according to the conditions and circumstances set out in the Belgian law of October 25th 1919, shall at all times be interpreted and applied in a manner which avoids undue technicality and which best maintains and promotes GFMD's character and [objectives](/documents/constitution/functions-objectives.md).&#x20;

### **10.3 Amendments to this Constitution**

Amendments to this [Constitution](/documents/constitution.md) may be proposed by the [Secretariat](/documents/constitution/gfmd-secretariat.md), the [Steering Committee](/documents/constitution/steering-committee.md) or any [general member](https://strategy.gfmd.info/documents/constitution/pages/-MlGD3o8_8NySFakoqQt#4.2-general-members).

Proposed amendments shall be circulated to the membership at least 45 days in advance of a [General Assembly](/documents/constitution/general-assembly.md) meeting.

Amendments shall be adopted upon being confirmed by a two-thirds majority vote of the general members present and voting at a [General Assembly](/documents/constitution/general-assembly.md) meeting.

In accordance with Belgian law, amendments to the purpose and activities of the association must be submitted for Royal Assent. Amendments to the statutes are published in the Annexes to the Belgian Official Gazette.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://strategy.gfmd.info/documents/constitution/miscellaneous.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
